Home
last modified time | relevance | path

Searched refs:ProjectItemDefinitionElement (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectItemDefinitionGroupElement.cs46 public ICollection<ProjectItemDefinitionElement> ItemDefinitions
50 return new ReadOnlyCollection<ProjectItemDefinitionElement>
52 … new FilteringEnumerable<ProjectElement, ProjectItemDefinitionElement>(Children)
61 public ProjectItemDefinitionElement AddItemDefinition(string itemType) in AddItemDefinition()
63ProjectItemDefinitionElement itemDefinition = ContainingProject.CreateItemDefinitionElement(itemTy… in AddItemDefinition()
H A DProjectItemDefinitionElement.cs24 public class ProjectItemDefinitionElement : ProjectElementContainer class
29 …internal ProjectItemDefinitionElement(XmlElement xmlElement, ProjectItemDefinitionGroupElement par… in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
38 … private ProjectItemDefinitionElement(XmlElement xmlElement, ProjectRootElement containingProject) in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
86 …internal static ProjectItemDefinitionElement CreateDisconnected(string itemType, ProjectRootElemen… in CreateDisconnected()
96 return new ProjectItemDefinitionElement(element, containingProject); in CreateDisconnected()
H A DProjectRootElement.cs326 …public ICollection<ProjectItemDefinitionElement> ItemDefinitions => new ReadOnlyCollection<Project…
328 new FilteringEnumerable<ProjectElement, ProjectItemDefinitionElement>(AllChildren)
1149 public ProjectItemDefinitionElement AddItemDefinition(string itemType) in AddItemDefinition()
1162 … foreach (ProjectItemDefinitionElement itemDefinition in itemDefinitionGroup.ItemDefinitions) in AddItemDefinition()
1182 ProjectItemDefinitionElement newItemDefinition = CreateItemDefinitionElement(itemType); in AddItemDefinition()
1366 public ProjectItemDefinitionElement CreateItemDefinitionElement(string itemType) in CreateItemDefinitionElement()
1368 return ProjectItemDefinitionElement.CreateDisconnected(itemType, this); in CreateItemDefinitionElement()
H A DProjectMetadataElement.cs156 …rowInvalidOperation(parent is ProjectItemElement || parent is ProjectItemDefinitionElement, "OM_Ca… in VerifyThrowInvalidOperationAcceptableLocation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Construction/
H A DProjectItemDefinitionGroupElement.cs44 public ICollection<ProjectItemDefinitionElement> ItemDefinitions {
45 get { return new CollectionFromEnumerable<ProjectItemDefinitionElement> (
46 new FilteredEnumerable<ProjectItemDefinitionElement> (Children)); }
48 public ProjectItemDefinitionElement AddItemDefinition (string itemType) in AddItemDefinition()
H A DProjectItemDefinitionElement.cs38 public class ProjectItemDefinitionElement : ProjectElementContainer class
40 … internal ProjectItemDefinitionElement (string itemType, ProjectRootElement containingProject) in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
H A DProjectRootElement.cs119 public ICollection<ProjectItemDefinitionElement> ItemDefinitions {
120 get { return new CollectionFromEnumerable<ProjectItemDefinitionElement> (
121 … new FilteredEnumerable<ProjectItemDefinitionElement> (AllChildren)); }
258 public ProjectItemDefinitionElement AddItemDefinition (string itemType) in AddItemDefinition()
349 public ProjectItemDefinitionElement CreateItemDefinitionElement (string itemType) in CreateItemDefinitionElement()
351 return new ProjectItemDefinitionElement (itemType, this); in CreateItemDefinitionElement()
/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DProjectItemDefinitionElement_Tests.cs42ProjectItemDefinitionElement itemDefinition = Helpers.GetFirst(itemDefinitionGroup.ItemDefinitions… in ReadNoChildren()
65ProjectItemDefinitionElement definition = Helpers.GetFirst(itemDefinitionGroup.ItemDefinitions); in ReadBasic()
114ProjectItemDefinitionElement itemDefinition = Helpers.GetFirst(itemDefinitionGroup.ItemDefinitions… in ReadMetadata()
135ProjectItemDefinitionElement itemDefinition = project.AddItemDefinitionGroup().AddItemDefinition("… in SetCondition()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Execution/
H A DProjectItemDefinitionInstance.cs39 internal ProjectItemDefinitionInstance (ProjectItemDefinitionElement xml) in ProjectItemDefinitionInstance()
61 internal void AddItems (ProjectItemDefinitionElement xml) in AddItems()
/dports/devel/msbuild/msbuild-0.06/src/Build/Instance/
H A DProjectItemDefinitionInstance.cs217 …internal ProjectItemDefinitionElement ToProjectItemDefinitionElement(ProjectElementContainer paren… in ToProjectItemDefinitionElement()
219ProjectItemDefinitionElement element = parent.ContainingProject.CreateItemDefinitionElement(ItemTy… in ToProjectItemDefinitionElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Evaluation/
H A DProjectItemDefinition.cs63 internal void AddItems (ProjectItemDefinitionElement xml) in AddItems()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DProjectParser.cs464 if (parent is ProjectItemDefinitionElement) in ParseProjectMetadataElement()
806ProjectItemDefinitionElement itemDefinition = ParseProjectItemDefinitionXml(childElement, itemDefi… in ParseProjectItemDefinitionGroupElement()
817 …private ProjectItemDefinitionElement ParseProjectItemDefinitionXml(XmlElementWithLocation element,… in ParseProjectItemDefinitionXml()
825ProjectItemDefinitionElement itemDefinition = new ProjectItemDefinitionElement(element, parent, _p… in ParseProjectItemDefinitionXml()
/dports/devel/msbuild/msbuild-0.06/src/Build/Definition/
H A DProjectItemDefinition.cs163 ProjectItemDefinitionElement itemDefinition = _project.Xml.AddItemDefinition(_itemType); in SetMetadataValue()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.Build.cs79 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
81 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
90 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
91 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
178 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
196 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
212 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMicrosoft.Build.cs93 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
95 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
104 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
105 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
202 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
220 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
236 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/
H A DMicrosoft.Build.dll.sources25 Microsoft.Build.Construction/ProjectItemDefinitionElement.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DMicrosoft.Build.cs98 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
100 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
109 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
110 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
214 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
236 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
252 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DMicrosoft.Build.cs98 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
100 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
109 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
110 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
214 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
236 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
252 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DMicrosoft.Build.cs98 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
100 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
109 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
110 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
214 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
236 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
252 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DMicrosoft.Build.cs104 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
106 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
115 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
116 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
220 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
242 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
258 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DMicrosoft.Build.cs98 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
100 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
109 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
110 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
214 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
236 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
252 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DMicrosoft.Build.cs98 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
100 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
109 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
110 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
214 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
236 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
252 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DMicrosoft.Build.cs98 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
100 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
109 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
110 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
214 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
236 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
252 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DMicrosoft.Build.cs104 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
106 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
115 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
116 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
220 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
242 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
258 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()
/dports/devel/msbuild/msbuild-0.06/build/LegacyPackages/14.0/Microsoft.Build/
H A DMicrosoft.Build.cs110 …public partial class ProjectItemDefinitionElement : Microsoft.Build.Construction.ProjectElementCon… class
112 internal ProjectItemDefinitionElement() { } in ProjectItemDefinitionElement() method in Microsoft.Build.Construction.ProjectItemDefinitionElement
122 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
123 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
238 ….Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectItemDefinitionElement> ItemDe…
260 …public Microsoft.Build.Construction.ProjectItemDefinitionElement AddItemDefinition(string itemType… in AddItemDefinition()
276 …public Microsoft.Build.Construction.ProjectItemDefinitionElement CreateItemDefinitionElement(strin… in CreateItemDefinitionElement()

12