3 overrides of ReadOuterXml
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
750public override string ReadOuterXml()
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (1)
106public override string ReadOuterXml()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1408public override string ReadOuterXml()
4 references to ReadOuterXml
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
753return _coreReader.ReadOuterXml();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (1)
110return _innerReader.ReadOuterXml();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (1)
585string EntryXmlString = xmlReader.UnderlyingReader.ReadOuterXml();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1410return _reader.ReadOuterXml();