5 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()
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
924public override string ReadOuterXml() 1681public override string ReadOuterXml()
9 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)
790string 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();
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
926return _xmlReader.ReadOuterXml();