29 overrides of GetAttribute
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
91public override string GetAttribute( int i ) {
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
193public override string GetAttribute(int i)
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2940public override string GetAttribute( int i ) {
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
335public override string GetAttribute(int i)
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
185public override string GetAttribute(int i) {
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
250public override string GetAttribute(int i)
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
86public override string GetAttribute( int index )
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
270public override string GetAttribute(int index)
System.Runtime.Serialization (6)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
421public override string GetAttribute(int i)
System\Runtime\Serialization\XmlSerializableReader.cs (1)
100public override string GetAttribute(int i) { return InnerReader.GetAttribute(i); }
System\Xml\XmlBaseReader.cs (1)
651public override string GetAttribute(int index)
System\Xml\XmlDictionaryReader.cs (1)
1405public override string GetAttribute(int index)
System\Xml\XmlMtomReader.cs (2)
523public override string GetAttribute(int index) 1459public override string GetAttribute(int index)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamReader.cs (1)
211public override string GetAttribute(int i)
System.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
620public override string GetAttribute(int i) {
System\Xml\Core\XmlAsyncCheckReader.cs (1)
363public override string GetAttribute(int i) {
System\Xml\Core\XmlTextReader.cs (1)
176public override string GetAttribute( int i ) {
System\Xml\Core\XmlTextReaderImpl.cs (1)
1030public override string GetAttribute( int i ) {
System\Xml\Core\XmlValidatingReader.cs (1)
120public override string GetAttribute( int i ) {
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
401public override string GetAttribute( int i ) {
System\Xml\Core\XmlWrappingReader.cs (1)
72public override string GetAttribute( int i ) {
System\Xml\Core\XsdCachingReader.cs (1)
239public override string GetAttribute( int i ) {
System\Xml\Core\XsdValidatingReader.cs (1)
915public override string GetAttribute(int i) {
System\Xml\Dom\XmlNodeReader.cs (1)
1149public override string GetAttribute(int attributeIndex) {
System\Xml\Serialization\XmlCountingReader.cs (1)
67public override string GetAttribute(int i) { return innerReader.GetAttribute(i); }
System\Xml\XPath\XPathNavigatorReader.cs (1)
455public override string GetAttribute( int index ) {
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
8489public override string GetAttribute(int index) {
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
91public override string GetAttribute( int i ) {
32 references to GetAttribute
PresentationBuildTasks (2)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
381result = Reader.GetAttribute(i);
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
92return _reader.GetAttribute( i );
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
195return this.baseReader.GetAttribute(i);
System.Data (11)
fx\src\data\System\Data\DataSet.cs (6)
1596topNode.SetAttribute(reader.Name, reader.GetAttribute(i)); 1600attr.Value = reader.GetAttribute(i); 1963topNode.SetAttribute(reader.Name, reader.GetAttribute(i)); 1967attr.Value = reader.GetAttribute(i); 2412topNode.SetAttribute(reader.Name, reader.GetAttribute(i)); 2416attr.Value = reader.GetAttribute(i);
fx\src\data\System\Data\DataTable.cs (4)
5217topNode.SetAttribute(reader.Name, reader.GetAttribute(i)); 5221attr.Value = reader.GetAttribute(i); 5435topNode.SetAttribute(reader.Name, reader.GetAttribute(i)); 5439attr.Value = reader.GetAttribute(i);
fx\src\data\System\Data\xmlsaver.cs (1)
2941return _xmlreader.GetAttribute( i );
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
337return this.reader.GetAttribute(i);
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
252return _innerReader.GetAttribute(i);
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
88return _reader.GetAttribute( index );
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
272return this.reader.GetAttribute(index);
System.Runtime.Serialization (4)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
62return reader.GetAttribute(i);
System\Runtime\Serialization\XmlSerializableReader.cs (1)
100public override string GetAttribute(int i) { return InnerReader.GetAttribute(i); }
System\Xml\XmlDictionaryReader.cs (1)
1407return reader.GetAttribute(index);
System\Xml\XmlMtomReader.cs (1)
525return xmlReader.GetAttribute(index);
System.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
622return this.textXmlReader.GetAttribute(i);
System\Xml\Core\XmlAsyncCheckReader.cs (1)
365return coreReader.GetAttribute(i);
System\Xml\Core\XmlReader.cs (1)
546return GetAttribute(i);
System\Xml\Core\XmlSubtreeReader.cs (1)
245return reader.GetAttribute( i );
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
402return coreReader.GetAttribute( i );
System\Xml\Core\XmlWrappingReader.cs (1)
73return reader.GetAttribute( i );
System\Xml\Core\XsdValidatingReader.cs (1)
920return coreReader.GetAttribute(i);
System\Xml\Serialization\XmlCountingReader.cs (1)
67public override string GetAttribute(int i) { return innerReader.GetAttribute(i); }
WindowsBase (2)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
381result = Reader.GetAttribute(i);
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
92return _reader.GetAttribute( i );