3 references to UnderlyingReader
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (1)
585string EntryXmlString = xmlReader.UnderlyingReader.ReadOuterXml();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializer.cs (1)
256return ReadObject(reader.UnderlyingReader, verifyObjectName);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (1)
32_innerReader = xmlReader.UnderlyingReader;