3 overrides of GetAttribute
System.Data.Common (1)
System\Xml\DataDocumentXPathNavigator.cs (1)
76public override string GetAttribute(string localName, string namespaceURI)
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
284public override string GetAttribute(string localName, string namespaceURI)
System\Xml\XPath\XPathNavigatorReader.cs (1)
1264public override string GetAttribute(string localName, string namespaceName)
7 references to GetAttribute
illink (2)
Microsoft.AspNetCore.Grpc.Swagger (1)
Internal\XmlComments\GrpcXmlCommentsOperationFilter.cs (1)
102var code = responseNodes.Current!.GetAttribute("code", "");
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
575string nodeId = node.GetAttribute("Id", "");
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (3)
258InsertExtensionNamespace(Input!.Navigator.GetAttribute(Input.Atoms.ExtensionElementPrefixes, Input.Atoms.UriXsl)); 263InsertExcludedNamespace(Input!.Navigator.GetAttribute(Input.Atoms.ExcludeResultPrefixes, Input.Atoms.UriXsl)); 279string value = Input!.Navigator.GetAttribute(Atoms.Version, Atoms.UriXsl);