Home
last modified time | relevance | path

Searched refs:ProjectImportGroupElement (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DProjectImportGroupElement_Tests.cs171ProjectImportGroupElement importGroup = (ProjectImportGroupElement)Helpers.GetFirst(project.Import… in ReadNoChild()
275 List<ProjectImportGroupElement> importGroups = Helpers.MakeList(project.ImportGroups); in ReadBasic()
306 List<ProjectImportGroupElement> importGroups = Helpers.MakeList(project.ImportGroups); in ReadMultipleImportGroups()
336ProjectImportGroupElement importGroup = (ProjectImportGroupElement)Helpers.GetFirst(project.Childr… in SetProjectValid()
363ProjectImportGroupElement importGroup = (ProjectImportGroupElement)Helpers.GetFirst(project.Childr… in SetProjectInvalidEmpty()
381 ProjectImportGroupElement importGroup = Helpers.GetFirst(project.ImportGroups); in SetCondition()
398 ProjectImportGroupElement importGroup = Helpers.GetFirst(project.ImportGroups); in SetLabel()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectImportGroupElement.cs24 public class ProjectImportGroupElement : ProjectElementContainer class
31 …internal ProjectImportGroupElement(XmlElementWithLocation xmlElement, ProjectElementContainer pare… in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
40 …private ProjectImportGroupElement(XmlElementWithLocation xmlElement, ProjectRootElement containing… in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
84 … internal static ProjectImportGroupElement CreateDisconnected(ProjectRootElement containingProject) in CreateDisconnected()
88 return new ProjectImportGroupElement(element, containingProject); in CreateDisconnected()
H A DProjectRootElement.cs352 …public ICollection<ProjectImportGroupElement> ImportGroups => new ReadOnlyCollection<ProjectImport…
354 new FilteringEnumerable<ProjectElement, ProjectImportGroupElement>(Children)
418 …public ICollection<ProjectImportGroupElement> ImportGroupsReversed => new ReadOnlyCollection<Proje…
420 new FilteringEnumerable<ProjectElement, ProjectImportGroupElement>(ChildrenReversed)
1019 ProjectImportGroupElement importGroupToAddTo = in AddImport()
1041 public ProjectImportGroupElement AddImportGroup() in AddImportGroup()
1043 ProjectImportGroupElement importGroup = CreateImportGroupElement(); in AddImportGroup()
1393 public ProjectImportGroupElement CreateImportGroupElement() in CreateImportGroupElement()
1395 return ProjectImportGroupElement.CreateDisconnected(this); in CreateImportGroupElement()
H A DProjectImportElement.cs153 …ThrowInvalidOperation(parent is ProjectRootElement || parent is ProjectImportGroupElement, "OM_Can… in VerifyThrowInvalidOperationAcceptableLocation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Construction/
H A DProjectRootElement.cs88 public ICollection<ProjectImportGroupElement> ImportGroups {
89 get { return new CollectionFromEnumerable<ProjectImportGroupElement> (
90 new FilteredEnumerable<ProjectImportGroupElement> (Children)); }
93 public ICollection<ProjectImportGroupElement> ImportGroupsReversed {
94 get { return new CollectionFromEnumerable<ProjectImportGroupElement> (
95 … new FilteredEnumerable<ProjectImportGroupElement> (ChildrenReversed)); }
233 public ProjectImportGroupElement AddImportGroup () in AddImportGroup()
344 public ProjectImportGroupElement CreateImportGroupElement () in CreateImportGroupElement()
346 return new ProjectImportGroupElement (this); in CreateImportGroupElement()
H A DProjectImportGroupElement.cs37 public class ProjectImportGroupElement : ProjectElementContainer class
39 internal ProjectImportGroupElement (ProjectRootElement containingProject) in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DProjectParser.cs479 …private ProjectImportGroupElement ParseProjectImportGroupElement(XmlElementWithLocation element, P… in ParseProjectImportGroupElement()
483ProjectImportGroupElement importGroup = new ProjectImportGroupElement(element, parent, _project); in ParseProjectImportGroupElement()
511 parent is ProjectRootElement || parent is ProjectImportGroupElement, in ParseProjectImportElement()
H A DEvaluator.cs1001 ProjectImportGroupElement importGroup = element as ProjectImportGroupElement; in PerformDepthFirstPass()
1841 …oid EvaluateImportGroupElement(string directoryOfImportingFile, ProjectImportGroupElement importGr… in EvaluateImportGroupElement()
2631 …ectPropertyGroupElement || element is ProjectImportElement || element is ProjectImportGroupElement) in GetCurrentDirectoryForConditionEvaluation()
H A DLazyItemEvaluator.cs117 …ectPropertyGroupElement || element is ProjectImportElement || element is ProjectImportGroupElement) in GetCurrentDirectoryForConditionEvaluation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/
H A DMicrosoft.Build.dll.sources24 Microsoft.Build.Construction/ProjectImportGroupElement.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.Build.cs72 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
74 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
172 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
173 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
193 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
211 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMicrosoft.Build.cs86 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
88 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
196 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
197 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
217 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
235 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DMicrosoft.Build.cs91 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
93 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
207 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
208 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
233 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
251 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DMicrosoft.Build.cs91 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
93 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
207 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
208 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
233 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
251 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DMicrosoft.Build.cs91 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
93 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
207 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
208 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
233 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
251 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DMicrosoft.Build.cs97 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
99 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
213 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
214 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
239 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
257 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DMicrosoft.Build.cs91 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
93 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
207 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
208 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
233 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
251 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DMicrosoft.Build.cs91 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
93 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
207 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
208 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
233 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
251 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DMicrosoft.Build.cs91 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
93 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
207 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
208 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
233 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
251 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DMicrosoft.Build.cs97 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
99 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
213 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
214 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
239 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
257 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/devel/msbuild/msbuild-0.06/build/LegacyPackages/14.0/Microsoft.Build/
H A DMicrosoft.Build.cs90 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
92 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
231 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
232 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
257 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
275 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build/net/
H A DMicrosoft.Build.cs104 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
106 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
250 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
251 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
279 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
302 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build/netstandard/
H A DMicrosoft.Build.cs104 …public partial class ProjectImportGroupElement : Microsoft.Build.Construction.ProjectElementContai… class
106 internal ProjectImportGroupElement() { } in ProjectImportGroupElement() method in Microsoft.Build.Construction.ProjectImportGroupElement
250 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
251 …em.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectImportGroupElement> ImportG…
279 … public Microsoft.Build.Construction.ProjectImportGroupElement AddImportGroup() { throw null; } in AddImportGroup()
302 …public Microsoft.Build.Construction.ProjectImportGroupElement CreateImportGroupElement() { throw n… in CreateImportGroupElement()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Evaluation/
H A DPreprocessor_Tests.cs472 ProjectImportGroupElement group = xml1.AddImportGroup(); in ImportGroupDoubleChildPlusCondition()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Execution/
H A DProjectInstance.cs217 var ige = child as ProjectImportGroupElement; in EvaluatePropertiesAndUsingTasksAndImportsAndChooses()

12