3 references to CheckSkipElement
Microsoft.Build (3)
Evaluation\ProjectParser.cs (2)
442
if (_ParserIgnoreConfiguration?.
CheckSkipElement
(element.Name, childElement.Name) == true)
692
if (_ParserIgnoreConfiguration?.
CheckSkipElement
(XMakeElements.usingTaskBody, childElement.Name) == true)
Xml\ProjectXmlUtilities.cs (1)
205
if (config?.
CheckSkipElement
(parentName, name) == true)