Home
last modified time | relevance | path

Searched refs:ProjectWhenElement (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectWhenElement.cs24 public class ProjectWhenElement : ProjectElementContainer class
29 …internal ProjectWhenElement(XmlElement xmlElement, ProjectChooseElement parent, ProjectRootElement… in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
38 private ProjectWhenElement(XmlElement xmlElement, ProjectRootElement containingProject) in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
91 …internal static ProjectWhenElement CreateDisconnected(string condition, ProjectRootElement contain… in CreateDisconnected()
95 ProjectWhenElement when = new ProjectWhenElement(element, containingProject); in CreateDisconnected()
H A DProjectChooseElement.cs64 public ICollection<ProjectWhenElement> WhenElements
68 return new ReadOnlyCollection<ProjectWhenElement>
70 new FilteringEnumerable<ProjectElement, ProjectWhenElement>(Children)
119 …ifyThrowInvalidOperation(parent is ProjectRootElement || parent is ProjectWhenElement || parent is… in VerifyThrowInvalidOperationAcceptableLocation()
H A DProjectOtherwiseElement.cs132 …ErrorUtilities.VerifyThrowInvalidOperation(!(nextSibling is ProjectWhenElement) && !(previousSibli… in VerifyThrowInvalidOperationAcceptableLocation()
H A DProjectPropertyGroupElement.cs126 … ProjectRootElement || parent is ProjectTargetElement || parent is ProjectWhenElement || parent is… in VerifyThrowInvalidOperationAcceptableLocation()
H A DProjectItemGroupElement.cs181 … ProjectRootElement || parent is ProjectTargetElement || parent is ProjectWhenElement || parent is… in VerifyThrowInvalidOperationAcceptableLocation()
H A DProjectItemElement.cs436 …ement || parent.Parent is ProjectTargetElement || parent.Parent is ProjectWhenElement || parent.Pa… in VerifyThrowInvalidOperationAcceptableLocation()
H A DProjectRootElement.cs1545 public ProjectWhenElement CreateWhenElement(string condition) in CreateWhenElement()
1547 return ProjectWhenElement.CreateDisconnected(condition, this); in CreateWhenElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Construction/
H A DProjectChooseElement.cs51 public ICollection<ProjectWhenElement> WhenElements {
52 get { return new CollectionFromEnumerable<ProjectWhenElement> (
53 new FilteredEnumerable<ProjectWhenElement> (Children)); }
H A DProjectWhenElement.cs39 public class ProjectWhenElement : ProjectElementContainer class
41 internal ProjectWhenElement (string condition, ProjectRootElement containingProject) in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
H A DProjectRootElement.cs452 public ProjectWhenElement CreateWhenElement (string condition) in CreateWhenElement()
454 return new ProjectWhenElement (condition, this); in CreateWhenElement()
/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DProjectChooseElement_Tests.cs237 List<ProjectWhenElement> whens = Helpers.MakeList(choose.WhenElements); in ReadChooseBothWhenOtherwise()
290 ProjectWhenElement when = Helpers.GetFirst(choose.WhenElements); in SettingWhenConditionDirties()
H A DConstructionEditing_Tests.cs195 ProjectWhenElement when = project.CreateWhenElement("c"); in InvalidBecomeGrandChildOfSelf_AppendChild()
212 ProjectWhenElement when = project.CreateWhenElement("c"); in InvalidBecomeGrandChildOfSelf_PrependChild()
229 ProjectWhenElement when = project.CreateWhenElement("c"); in InvalidBecomeGrandChildOfSelf_InsertBefore()
248 ProjectWhenElement when = project.CreateWhenElement("c"); in InvalidBecomeGrandChildOfSelf_InsertAfter()
1274 ProjectWhenElement when = project.CreateWhenElement("c"); in InvalidOtherwiseBeforeWhen()
1327 ProjectWhenElement when = project.CreateWhenElement("c"); in InvalidWhenAfterOtherwise()
1344 ProjectWhenElement when = project.CreateWhenElement("c"); in WhenBeforeOtherwise()
1968 ProjectWhenElement when = project.CreateWhenElement("c"); in AddItemToWhereOtherwise()
2341 ProjectWhenElement when = project.CreateWhenElement("c"); in InvalidChooseOverflow()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DProjectParser.cs887 …private ProjectWhenElement ParseProjectWhenElement(XmlElementWithLocation element, ProjectChooseEl… in ParseProjectWhenElement()
891 ProjectWhenElement when = new ProjectWhenElement(element, parent, _project); in ParseProjectWhenElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/
H A DMicrosoft.Build.dll.sources41 Microsoft.Build.Construction/ProjectWhenElement.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.Build.cs29 …ystem.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectWhenElement> WhenElement…
231 …public Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement(string condition) { throw… in CreateWhenElement()
312 public partial class ProjectWhenElement : Microsoft.Build.Construction.ProjectElementContainer class
314 internal ProjectWhenElement() { } in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Execution/
H A DProjectInstance.cs233 foreach (ProjectWhenElement when in choose.WhenElements) in EvaluatePropertiesAndUsingTasksAndImportsAndChooses()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMicrosoft.Build.cs40 …ystem.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectWhenElement> WhenElement…
255 …public Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement(string condition) { throw… in CreateWhenElement()
350 public partial class ProjectWhenElement : Microsoft.Build.Construction.ProjectElementContainer class
352 internal ProjectWhenElement() { } in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Evaluation/
H A DProject.cs254 foreach (ProjectWhenElement when in choose.WhenElements) in EvaluatePropertiesAndImportsAndChooses()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DMicrosoft.Build.cs43 …ystem.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectWhenElement> WhenElement…
272 …public Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement(string condition) { throw… in CreateWhenElement()
380 public partial class ProjectWhenElement : Microsoft.Build.Construction.ProjectElementContainer class
382 internal ProjectWhenElement() { } in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DMicrosoft.Build.cs43 …ystem.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectWhenElement> WhenElement…
272 …public Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement(string condition) { throw… in CreateWhenElement()
380 public partial class ProjectWhenElement : Microsoft.Build.Construction.ProjectElementContainer class
382 internal ProjectWhenElement() { } in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DMicrosoft.Build.cs43 …ystem.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectWhenElement> WhenElement…
272 …public Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement(string condition) { throw… in CreateWhenElement()
380 public partial class ProjectWhenElement : Microsoft.Build.Construction.ProjectElementContainer class
382 internal ProjectWhenElement() { } in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DMicrosoft.Build.cs49 …ystem.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectWhenElement> WhenElement…
278 …public Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement(string condition) { throw… in CreateWhenElement()
386 public partial class ProjectWhenElement : Microsoft.Build.Construction.ProjectElementContainer class
388 internal ProjectWhenElement() { } in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DMicrosoft.Build.cs43 …ystem.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectWhenElement> WhenElement…
272 …public Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement(string condition) { throw… in CreateWhenElement()
380 public partial class ProjectWhenElement : Microsoft.Build.Construction.ProjectElementContainer class
382 internal ProjectWhenElement() { } in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DMicrosoft.Build.cs43 …ystem.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectWhenElement> WhenElement…
272 …public Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement(string condition) { throw… in CreateWhenElement()
380 public partial class ProjectWhenElement : Microsoft.Build.Construction.ProjectElementContainer class
382 internal ProjectWhenElement() { } in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DMicrosoft.Build.cs43 …ystem.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectWhenElement> WhenElement…
272 …public Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement(string condition) { throw… in CreateWhenElement()
380 public partial class ProjectWhenElement : Microsoft.Build.Construction.ProjectElementContainer class
382 internal ProjectWhenElement() { } in ProjectWhenElement() method in Microsoft.Build.Construction.ProjectWhenElement

12