3 overrides of ReadOuterXml
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryReader.cs (1)
1536public override string ReadOuterXml()
System.Private.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
727public override string ReadOuterXml()
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
468public override string ReadOuterXml()
8 references to ReadOuterXml
dotnet-svcutil-lib (1)
Metadata\ServiceDescriptor.cs (1)
128MemoryStream stream = new MemoryStream(encoding.GetBytes(xmlReader.ReadOuterXml()));
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
784string fixedPageMarkup = _xamlReader.ReadOuterXml();
System.Configuration.ConfigurationManager (4)
System\Configuration\BaseConfigurationRecord.cs (1)
3609string encryptedXml = clone.ReadOuterXml();
System\Configuration\ConfigXmlDocument.cs (1)
76string outerXml = sourceReader.ReadOuterXml();
System\Configuration\DefaultSection.cs (1)
53_rawXml = xmlReader.ReadOuterXml();
System\Configuration\IgnoreSection.cs (1)
53_rawXml = xmlReader.ReadOuterXml();
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryReader.cs (1)
1538return _reader.ReadOuterXml();
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
730return _coreReader.ReadOuterXml();