21 overrides of GetAttribute
PresentationBuildTasks (1)
System.Data.Common (1)
System.IO.Packaging (1)
System.Private.DataContractSerialization (4)
System.Private.Xml (12)
System.Private.Xml.Linq (1)
System.Xaml (1)
80 references to GetAttribute
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.Maui.Graphics (2)
PresentationBuildTasks (3)
PresentationCore (1)
PresentationFramework (8)
System.Data.Common (4)
System.IO.Packaging (8)
System.Private.DataContractSerialization (5)
System.Private.Xml (23)
System.Private.Xml.Linq (15)
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.Syndication (1)
System.Xaml (3)