21 overrides of GetAttribute
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3430
public override string?
GetAttribute
(string localName, string? namespaceURI)
System.IO.Packaging (1)
System\IO\Packaging\XmlWrappingReader.cs (1)
55
public override string?
GetAttribute
(string name, string? namespaceURI)
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
172
public override string?
GetAttribute
(string name, string? namespaceURI)
System\Runtime\Serialization\XmlSerializableReader.cs (1)
100
public override string?
GetAttribute
(string name, string? namespaceURI) { return InnerReader.GetAttribute(name, namespaceURI); }
System\Xml\XmlBaseReader.cs (1)
624
public override string?
GetAttribute
(string localName, string? namespaceUri)
System\Xml\XmlDictionaryReader.cs (1)
1381
public override string?
GetAttribute
(string name, string? namespaceUri)
System.Private.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
647
public override string?
GetAttribute
(string name, string? ns)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
427
public override string?
GetAttribute
(string name, string? namespaceURI)
System\Xml\Core\XmlTextReader.cs (1)
191
public override string?
GetAttribute
(string localName, string? namespaceURI)
System\Xml\Core\XmlTextReaderImpl.cs (1)
1048
public override string?
GetAttribute
(string localName, string? namespaceURI)
System\Xml\Core\XmlValidatingReader.cs (1)
129
public override string?
GetAttribute
(string localName, string? namespaceURI)
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
464
public override string?
GetAttribute
(string localName, string? namespaceURI)
System\Xml\Core\XmlWrappingReader.cs (1)
63
public override string?
GetAttribute
(string name, string? namespaceURI)
System\Xml\Core\XsdCachingReader.cs (1)
262
public override string?
GetAttribute
(string name, string? namespaceURI)
System\Xml\Core\XsdValidatingReader.cs (1)
1137
public override string?
GetAttribute
(string name, string? namespaceURI)
System\Xml\Dom\XmlNodeReader.cs (1)
1345
public override string?
GetAttribute
(string name, string? namespaceURI)
System\Xml\XPath\XPathNavigatorReader.cs (1)
459
public override string?
GetAttribute
(string localName, string? namespaceURI)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
200
public override string?
GetAttribute
(string localName, string? namespaceURI)
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeReader.cs (1)
510
public override string?
GetAttribute
(string localName, string? namespaceName)
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
585
public override string
GetAttribute
(string name, string ns)
1520
public override string
GetAttribute
(string name, string ns)
86 references to GetAttribute
Microsoft.Maui.Controls.Build.Tasks (2)
XamlTask.cs (2)
86
classname = reader.
GetAttribute
("Class", XamlParser.X2009Uri) ??
87
reader.
GetAttribute
("Class", XamlParser.X2006Uri);
System.Data.Common (41)
System\Data\Common\ObjectStorage.cs (2)
370
string? typeName = xmlReader.
GetAttribute
(Keywords.MSD_INSTANCETYPE, Keywords.MSDNS);
373
string? xsdTypeName = xmlReader.
GetAttribute
(Keywords.TYPE, Keywords.XSINS); // this xsd type: Base type polymorphism
System\Data\Common\SqlUDTStorage.cs (2)
177
string? typeName = xmlReader.
GetAttribute
(Keywords.MSD_INSTANCETYPE, Keywords.MSDNS);
180
string? xsdTypeName = xmlReader.
GetAttribute
(Keywords.MSD_INSTANCETYPE, Keywords.XSINS); // this xsd type
System\Data\DataSet.cs (2)
206
string? attribValue = reader.
GetAttribute
(Keywords.MSD_SCHEMASERIALIZATIONMODE, Keywords.MSDNS);
1823
string? attribValue = reader.
GetAttribute
(Keywords.MSD_FRAGMENTCOUNT, Keywords.MSDNS); // this must not move the position
System\Data\SQLTypes\SQLBinary.cs (1)
416
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLBoolean.cs (1)
483
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLByte.cs (1)
492
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLBytes.cs (1)
528
string? isNull = r.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLChars.cs (1)
494
string? isNull = r.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLDateTime.cs (1)
646
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLDecimal.cs (1)
3358
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLDouble.cs (1)
408
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLGuid.cs (1)
297
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLInt16.cs (1)
493
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLInt32.cs (1)
508
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLInt64.cs (1)
567
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLMoney.cs (1)
574
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLSingle.cs (1)
418
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SQLString.cs (1)
924
string? isNull = reader.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\SQLTypes\SqlXml.cs (1)
210
string? isNull = r.
GetAttribute
("nil", XmlSchema.InstanceNamespace);
System\Data\XmlDataLoader.cs (3)
1155
xsiNilString = _dataReader.
GetAttribute
(Keywords.XSI_NIL, Keywords.XSINS);
1169
xsiTypeString = _dataReader.
GetAttribute
(Keywords.TYPE, Keywords.XSINS);
1170
typeName = _dataReader.
GetAttribute
(Keywords.MSD_INSTANCETYPE, Keywords.MSDNS);
System\Data\XMLDiffLoader.cs (15)
96
diffId = ssync.
GetAttribute
(Keywords.DIFFID, Keywords.DFFNS)!;
97
bool hasErrors = ssync.
GetAttribute
(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.TRUE;
149
diffId = ssync.
GetAttribute
(Keywords.DIFFID, Keywords.DFFNS)!;
150
bool hasErrors = ssync.
GetAttribute
(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.TRUE;
194
string diffId = ssync.
GetAttribute
(Keywords.DIFFID, Keywords.DFFNS)!;
196
string? rowError = ssync.
GetAttribute
(Keywords.MSD_ERROR, Keywords.DFFNS);
208
string colError = ssync.
GetAttribute
(Keywords.MSD_ERROR, Keywords.DFFNS)!;
235
string diffId = ssync.
GetAttribute
(Keywords.DIFFID, Keywords.DFFNS)!;
250
string? rowError = ssync.
GetAttribute
(Keywords.MSD_ERROR, Keywords.DFFNS);
263
string? colError = ssync.
GetAttribute
(Keywords.MSD_ERROR, Keywords.DFFNS);
315
value = row.
GetAttribute
(Keywords.ROWORDER, Keywords.MSDNS);
335
value = row.
GetAttribute
("hidden" + col.EncodedColumnName, Keywords.MSDNS);
339
value = row.
GetAttribute
(col.EncodedColumnName, col.Namespace);
392
bool isPolymorphism = (column.DataType == typeof(object) || (row.
GetAttribute
(Keywords.MSD_INSTANCETYPE, Keywords.MSDNS) != null) ||
393
(row.
GetAttribute
(Keywords.TYPE, Keywords.XSINS) != null));
System\Data\xmlsaver.cs (1)
3432
return _xmlreader.
GetAttribute
(localName, namespaceURI);
System.IO.Packaging (3)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
605
string? typeValue = reader.
GetAttribute
(PackageXmlStringTable.GetXmlString(PackageXmlEnum.Type),
System\IO\Packaging\XmlCompatibilityReader.cs (1)
416
result = Reader.
GetAttribute
(localName, namespaceURI);
System\IO\Packaging\XmlWrappingReader.cs (1)
57
return _reader.
GetAttribute
(name, namespaceURI);
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
49
return isEndOfEmptyElement ? null : reader.
GetAttribute
(name, namespaceUri);
System\Runtime\Serialization\XmlSerializableReader.cs (1)
100
public override string? GetAttribute(string name, string? namespaceURI) { return InnerReader.
GetAttribute
(name, namespaceURI); }
System\Xml\XmlDictionaryReader.cs (2)
337
return
GetAttribute
(XmlDictionaryString.GetString(localName), XmlDictionaryString.GetString(namespaceUri));
1383
return _reader.
GetAttribute
(name, namespaceUri);
System.Private.Xml (23)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
430
return _coreReader.
GetAttribute
(name, namespaceURI);
System\Xml\Core\XmlReader.cs (1)
570
public virtual string? this[string name, string? namespaceURI] =>
GetAttribute
(name, namespaceURI);
System\Xml\Core\XmlSubtreeReader.cs (1)
274
string? attr = reader.
GetAttribute
(name, namespaceURI);
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
466
return _coreReader.
GetAttribute
(localName, namespaceURI);
System\Xml\Core\XmlWrappingReader.cs (1)
65
return reader.
GetAttribute
(name, namespaceURI);
System\Xml\Core\XsdValidatingReader.cs (1)
1139
string? attValue = _coreReader.
GetAttribute
(name, namespaceURI);
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (3)
327
string? root = Reader.
GetAttribute
("root", Soap.Encoding);
397
if (Reader.
GetAttribute
("id", null) != null)
484
if (Reader.
GetAttribute
("root", Soap.Encoding) == "0")
System\Xml\Serialization\XmlSerializationReader.cs (14)
257
string? type = _r.
GetAttribute
(_typeID, _instanceNsID);
260
type = _r.
GetAttribute
(_typeID, _instanceNs2000ID);
263
type = _r.
GetAttribute
(_typeID, _instanceNs1999ID);
844
_r.
GetAttribute
(_nilID, _instanceNsID) ??
845
_r.
GetAttribute
(_nullID, _instanceNsID) ??
846
_r.
GetAttribute
(_nullID, _instanceNs2000ID) ??
847
_r.
GetAttribute
(_nullID, _instanceNs1999ID);
963
string? arrayType = _r.
GetAttribute
(_arrayTypeID, _soapNsID);
1450
string? href = _soap12 ? _r.
GetAttribute
("ref", Soap12.Encoding) : _r.GetAttribute("href");
1592
string? itemType = _r.
GetAttribute
(_itemTypeID, _soap12NsID);
1593
string? arraySize = _r.
GetAttribute
(_arraySizeID, _soap12NsID);
1605
string? arrayType = _r.
GetAttribute
(_arrayTypeID, _soapNsID);
1846
string? id = _soap12 ? _r.
GetAttribute
("id", Soap12.Encoding) : _r.
GetAttribute
("id", null);
System.ServiceModel.Primitives (7)
Internals\System\Xml\XmlMtomReader.cs (1)
587
return _xmlReader.
GetAttribute
(name, ns);
Internals\System\Xml\XmlMtomWriter.cs (2)
649
_contentType = contentTypeReader.
GetAttribute
(MtomGlobals.MimeContentTypeLocalName, MtomGlobals.MimeContentTypeNamespace200406);
652
_contentType = contentTypeReader.
GetAttribute
(MtomGlobals.MimeContentTypeLocalName, MtomGlobals.MimeContentTypeNamespace200505);
System\ServiceModel\Channels\Message.cs (1)
1911
return reader.
GetAttribute
(localName, ns);
System\ServiceModel\Channels\MessageHeaders.cs (2)
1168
string value = reader.
GetAttribute
(localName, ns);
1195
string value = reader.
GetAttribute
(localName, ns);
System\ServiceModel\Diagnostics\ActivityIdHeader.cs (1)
84
correlationId = Fx.CreateGuid(reader.
GetAttribute
("CorrelationId", null));
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
609
string type = reader.
GetAttribute
(Atom10Constants.TypeTag, string.Empty);
620
string src = reader.
GetAttribute
(Atom10Constants.SourceTag, string.Empty);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
104
string link = reader.
GetAttribute
(App10Constants.Href, string.Empty);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
350
string permalinkString = reader.
GetAttribute
(Rss20Constants.IsPermaLinkTag, Rss20Constants.Rss20Namespace);
578
string version = reader.
GetAttribute
(Rss20Constants.VersionTag, Rss20Constants.Rss20Namespace);
585
string tmp = reader.
GetAttribute
("base", Atom10FeedFormatter.XmlNs);