24 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.ServiceModel.Primitives (2)
System.Xaml (1)
90 references to GetAttribute
Microsoft.Build.Engine.UnitTests (1)
PresentationBuildTasks (3)
System.Data.Common (41)
System\Data\XMLDiffLoader.cs (15)
93diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!;
94bool hasErrors = ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.TRUE;
145diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!;
146bool hasErrors = ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.TRUE;
190string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!;
192string? rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS);
204string colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS)!;
231string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!;
246string? rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS);
259string? colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS);
310value = row.GetAttribute(Keywords.ROWORDER, Keywords.MSDNS);
330value = row.GetAttribute("hidden" + col.EncodedColumnName, Keywords.MSDNS);
334value = row.GetAttribute(col.EncodedColumnName, col.Namespace);
387bool isPolymorphism = (column.DataType == typeof(object) || (row.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.MSDNS) != null) ||
388(row.GetAttribute(Keywords.TYPE, Keywords.XSINS) != null));
System.IO.Packaging (3)
System.Private.DataContractSerialization (4)
System.Private.Xml (23)
System\Xml\Serialization\XmlSerializationReader.cs (14)
253string? type = _r.GetAttribute(_typeID, _instanceNsID);
256type = _r.GetAttribute(_typeID, _instanceNs2000ID);
259type = _r.GetAttribute(_typeID, _instanceNs1999ID);
832_r.GetAttribute(_nilID, _instanceNsID) ??
833_r.GetAttribute(_nullID, _instanceNsID) ??
834_r.GetAttribute(_nullID, _instanceNs2000ID) ??
835_r.GetAttribute(_nullID, _instanceNs1999ID);
946string? arrayType = _r.GetAttribute(_arrayTypeID, _soapNsID);
1416string? href = _soap12 ? _r.GetAttribute("ref", Soap12.Encoding) : _r.GetAttribute("href");
1557string? itemType = _r.GetAttribute(_itemTypeID, _soap12NsID);
1558string? arraySize = _r.GetAttribute(_arraySizeID, _soap12NsID);
1570string? arrayType = _r.GetAttribute(_arrayTypeID, _soapNsID);
1804string? id = _soap12 ? _r.GetAttribute("id", Soap12.Encoding) : _r.GetAttribute("id", null);
System.ServiceModel.Primitives (7)
System.ServiceModel.Syndication (6)
System.Xaml (2)