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