22 overrides of GetAttribute
Microsoft.Build.Engine.UnitTests (1)
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)
88 references to GetAttribute
Microsoft.Build (1)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.Build.Tasks.Core (7)
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.Maui.Graphics (2)
PresentationBuildTasks (3)
PresentationCore (1)
PresentationFramework (7)
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)