16 overrides of ReadAttributeValue
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
853public override bool ReadAttributeValue()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
516public override bool ReadAttributeValue()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
242public override bool ReadAttributeValue()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
1427public override bool ReadAttributeValue()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (1)
176public override bool ReadAttributeValue()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
600public override bool ReadAttributeValue()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReader.cs (1)
133public override bool ReadAttributeValue()
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (1)
601public override bool ReadAttributeValue()
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
1502public override bool ReadAttributeValue()
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
1793public override bool ReadAttributeValue()
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (1)
79public override bool ReadAttributeValue() { return _innerReader.ReadAttributeValue(); }
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
828public override bool ReadAttributeValue()
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (1)
444public override bool ReadAttributeValue()
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (1)
108public override bool ReadAttributeValue() { return InnerReader.ReadAttributeValue(); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1253public override bool ReadAttributeValue()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1397public override bool ReadAttributeValue()
22 references to ReadAttributeValue
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
886return UpdateFromTextReader(_textXmlReader.ReadAttributeValue());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
519return _coreReader.ReadAttributeValue();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
394return base.reader.ReadAttributeValue();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (2)
1313while (ReadAttributeValue()) 1648} while ((this.AttributeCount != 0) ? this.ReadAttributeValue() : this.Read());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (1)
391} while ((this.AttributeCount != 0) ? this.ReadAttributeValue() : await this.ReadAsync().ConfigureAwait(false));
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (1)
443return reader.ReadAttributeValue();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
607if (!_coreReader.ReadAttributeValue())
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReader.cs (1)
135return reader.ReadAttributeValue();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
380while (reader.ReadAttributeValue())
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
1517return _coreReader.ReadAttributeValue();
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
270while (r.ReadAttributeValue()) 327while (r.ReadAttributeValue())
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (2)
427while (r.ReadAttributeValue()) 456while (_reader.ReadAttributeValue())
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (1)
79public override bool ReadAttributeValue() { return _innerReader.ReadAttributeValue(); }
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
206return isEndOfEmptyElement ? false : reader.ReadAttributeValue();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (1)
108public override bool ReadAttributeValue() { return InnerReader.ReadAttributeValue(); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (2)
378ReadAttributeValue(); 1399return _reader.ReadAttributeValue();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
233while (reader.ReadAttributeValue())
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1809while (reader.ReadAttributeValue())