77 references to GetAttribute
Microsoft.Build (25)
Construction\ProjectRootElement.cs (3)
1895
sdkNode.XmlElement.
GetAttribute
("Name"),
1896
sdkNode.XmlElement.
GetAttribute
("Version"),
1897
sdkNode.XmlElement.
GetAttribute
("MinimumVersion"));
Construction\Solution\ProjectInSolution.cs (1)
346
if (emptyNamespace && !projectElementInvalid && mainProjectElement.
GetAttribute
("ToolsVersion") != "2.0")
Evaluation\Preprocessor.cs (9)
241
string outerInitialTargets = destinationDocument.DocumentElement.
GetAttribute
(XMakeAttributes.initialTargets).Trim();
242
string innerInitialTargets = ((XmlElement)child).
GetAttribute
(XMakeAttributes.initialTargets).Trim();
255
string outerDefaultTargets = destinationDocument.DocumentElement.
GetAttribute
(XMakeAttributes.defaultTargets).Trim();
259
string innerDefaultTargets = ((XmlElement)child).
GetAttribute
(XMakeAttributes.defaultTargets).Trim();
278
string importCondition = ((XmlElement)child).
GetAttribute
(XMakeAttributes.condition);
280
string importProject = ((XmlElement)child).
GetAttribute
(XMakeAttributes.project).Replace("--", "__");
281
string importSdk = ((XmlElement)child).
GetAttribute
(XMakeAttributes.sdk);
285
string projectSdk = source.NodeType == XmlNodeType.Element && String.Equals(XMakeElements.project, source.Name, StringComparison.Ordinal) ? ((XmlElement)source).
GetAttribute
(XMakeAttributes.sdk) : String.Empty;
336
string importGroupCondition = ((XmlElement)child).
GetAttribute
(XMakeAttributes.condition);
Evaluation\ProjectParser.cs (8)
264
string include = element.
GetAttribute
(XMakeAttributes.include);
265
string exclude = element.
GetAttribute
(XMakeAttributes.exclude);
266
string remove = element.
GetAttribute
(XMakeAttributes.remove);
267
string update = element.
GetAttribute
(XMakeAttributes.update);
511
ProjectErrorUtilities.VerifyThrowInvalidProject(element.
GetAttribute
(XMakeAttributes.taskName).Length > 0, element.Location, "ProjectTaskNameEmpty");
513
string assemblyName = element.
GetAttribute
(XMakeAttributes.assemblyName);
514
string assemblyFile = element.
GetAttribute
(XMakeAttributes.assemblyFile);
897
if (string.IsNullOrEmpty(element.
GetAttribute
(XMakeAttributes.sdkName)))
SolutionConfiguration.cs (3)
52
string projectGuid = xmlElement.
GetAttribute
(ProjectAttribute);
53
string projectAbsolutePath = xmlElement.
GetAttribute
(AbsolutePathAttribute);
86
string dependencyGuid = dependencyElement.
GetAttribute
("Project");
Xml\ProjectXmlUtilities.cs (1)
177
ProjectErrorUtilities.VerifyThrowInvalidProject(element.
GetAttribute
(attributeName).Length > 0, element.Location, "MissingRequiredAttribute", attributeName, element.Name);
Microsoft.Build.Tasks.Core (7)
AddToWin32Manifest.cs (1)
215
if (string.IsNullOrEmpty(winSettingsNode.
GetAttribute
(XMakeAttributes.xmlns)))
AssignProjectConfiguration.cs (1)
337
string buildProjectInSolution = projectConfigurationElement.
GetAttribute
(SolutionConfiguration.BuildProjectInSolutionAttribute);
ManifestUtil\TrustInfo.cs (2)
277
executionLevelString = inputRequestedExecutionLevel.
GetAttribute
("level");
284
executionUIAccessString = inputRequestedExecutionLevel.
GetAttribute
("uiAccess");
SolutionConfiguration.cs (3)
52
string projectGuid = xmlElement.
GetAttribute
(ProjectAttribute);
53
string projectAbsolutePath = xmlElement.
GetAttribute
(AbsolutePathAttribute);
86
string dependencyGuid = dependencyElement.
GetAttribute
("Project");
Microsoft.Build.Utilities.Core (7)
ApiContract.cs (2)
58
contractElement.
GetAttribute
(Attributes.Name),
59
contractElement.
GetAttribute
(Attributes.Version)));
PlatformManifest.cs (5)
124
Name = rootElement.
GetAttribute
(Attributes.Name);
125
FriendlyName = rootElement.
GetAttribute
(Attributes.FriendlyName);
126
PlatformVersion = rootElement.
GetAttribute
(Attributes.Version);
146
DependentPlatforms.Add(new DependentPlatform(childElement.
GetAttribute
(Attributes.Name), childElement.
GetAttribute
(Attributes.Version)));
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
PDB\CSharpPDBTestBase.cs (4)
58
if (startRow.ToString() == item.
GetAttribute
("startLine") &&
59
startColumn.ToString() == item.
GetAttribute
("startColumn") &&
60
endRow.ToString() == item.
GetAttribute
("endLine") &&
61
endColumn.ToString() == item.
GetAttribute
("endColumn"))
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeMap.cs (3)
602
string locAttribute = element.
GetAttribute
(LocComments.LocLocalizabilityAttribute);
605
locAttribute = element.
GetAttribute
(LocComments.LocCommentsAttribute);
661
&& element.
GetAttribute
(LocComments.LocCommentIDAttribute) == uid)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
525
tagUid = child.
GetAttribute
(XamlReaderHelper.DefinitionUid);
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (2)
171
string languageString = currentNode.
GetAttribute
(_xmlLangAttribute);
226
_unicodeString = _glyphsNode.
GetAttribute
(_unicodeStringAttribute);
System.Data.Common (21)
System\Data\XDRSchema.cs (14)
36
_schemaName = schemaRoot.
GetAttribute
(Keywords.NAME);
83
strType = node.
GetAttribute
(Keywords.TYPE);
102
if (vn is XmlElement && ((XmlElement)vn).
GetAttribute
(Keywords.NAME) == strType)
135
string value = node.
GetAttribute
(Keywords.CONTENT);
191
string occurs = node.
GetAttribute
(Keywords.MINOCCURS);
199
occurs = node.
GetAttribute
(Keywords.MAXOCCURS);
326
instanceName = node.
GetAttribute
(Keywords.NAME);
334
instanceName = node.
GetAttribute
(Keywords.TYPE);
361
string strRef = node.
GetAttribute
(Keywords.REF);
397
strType = node.
GetAttribute
(Keywords.TYPE);
448
strDefault = node.
GetAttribute
(Keywords.DEFAULT);
478
string targetNamespace = node.
GetAttribute
(Keywords.TARGETNAMESPACE);
496
string occurs = elNode.
GetAttribute
(Keywords.MINOCCURS);
504
occurs = elNode.
GetAttribute
(Keywords.MAXOCCURS);
System\Data\xmlsaver.cs (3)
1214
if (n is XmlElement e && e.
GetAttribute
(Keywords.NAME) == name)
1570
if (FindTypeNode(schNode, el.
GetAttribute
(Keywords.NAME)) == null)
1591
if (child.
GetAttribute
(Keywords.NAME) == strType)
System\Data\XMLSchema.cs (1)
442
strName = XmlConvert.DecodeName(node.
GetAttribute
(Keywords.NAME));
System\Xml\XmlDataDocument.cs (2)
2475
if (value.Length == 0 && (((xsi_attrVal = rowElement.
GetAttribute
(XSI_NIL)) == "1") || xsi_attrVal == "true"))
2511
if (value.Length == 0 && (((xsi_attrVal = e.
GetAttribute
(XSI_NIL)) == "1") || xsi_attrVal == "true"))
System\Xml\XPathNodePointer.cs (1)
420
return curBoundElem.
GetAttribute
("xml:lang");
System.Private.Xml (2)
System\Xml\Dom\XmlNode.cs (2)
1353
switch (elem.
GetAttribute
("xml:space").AsSpan().Trim(XmlConvert.WhitespaceChars))
1384
return elem.
GetAttribute
("xml:lang");
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\Utils.cs (2)
42
if (element.HasAttribute(name) && element.
GetAttribute
(name) == value) return true;
67
string? s = (element.HasAttribute(localName) ? element.
GetAttribute
(localName) : null);
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (3)
43
if (inputElement.
GetAttribute
("Id") == idValue || inputElement.
GetAttribute
("id") == idValue ||
44
inputElement.
GetAttribute
("ID") == idValue)