5 references to importGroup
Microsoft.Build (5)
Construction\ProjectImportGroupElement.cs (1)
78
XmlElementWithLocation element = containingProject.CreateElement(XMakeElements.
importGroup
);
Evaluation\Preprocessor.cs (2)
336
if (child.NodeType == XmlNodeType.Element && String.Equals(XMakeElements.
importGroup
, child.Name, StringComparison.Ordinal))
345
destination.AppendChild(destinationDocument.CreateComment($"</{XMakeElements.
importGroup
}>"));
Evaluation\ProjectParser.cs (1)
167
case XMakeElements.
importGroup
:
XMakeElements.cs (1)
60
importGroup
,