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