5 references to GetAttributeValue
Microsoft.Build (5)
Construction\ProjectElement.cs (1)
542ProjectXmlUtilities.GetAttributeValue(XmlElement, attributeName, nullIfNotExists);
Evaluation\ProjectParser.cs (3)
464ProjectXmlUtilities.GetAttributeValue(element, XMakeAttributes.sdk, nullIfNotExists: true), 465ProjectXmlUtilities.GetAttributeValue(element, XMakeAttributes.sdkVersion, nullIfNotExists: true), 466ProjectXmlUtilities.GetAttributeValue(element, XMakeAttributes.sdkMinimumVersion, nullIfNotExists: true));
Xml\ProjectXmlUtilities.cs (1)
253return GetAttributeValue(element, attributeName, false /* if the attribute is not present, return an empty string */);