21 overrides of GetAttribute
System.Data.Common (1)
System.IO.Packaging (1)
System.Private.DataContractSerialization (4)
System.Private.Xml (12)
System.Private.Xml.Linq (1)
System.ServiceModel.Primitives (2)
76 references to GetAttribute
dotnet (2)
Microsoft.Build (1)
Microsoft.Build.Tasks.Core (2)
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Workspaces (5)
Microsoft.Maui.Graphics (2)
System.Data.Common (4)
System.IO.Packaging (8)
System.Private.DataContractSerialization (5)
System.Private.Xml (23)
System.Private.Xml.Linq (18)
System\Xml\Linq\XContainer.cs (8)
941_currentContainer.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), r.Value));
997_currentContainer.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), await r.GetValueAsync().ConfigureAwait(false)));
1095newNode = new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), r.Value);
1211newNode = new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), await r.GetValueAsync().ConfigureAwait(false));
System.ServiceModel.Primitives (2)
System.ServiceModel.Syndication (1)