Home
last modified time | relevance | path

Searched refs:ReadOuterXml (Results 1 – 25 of 97) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/xNodeReader/
H A DReadOuterXml.cs69 TestLog.Compare(DataReader.ReadOuterXml(), strOuterXml, "outer"); in TestOuterOnText()
77 TestLog.Compare(DataReader.ReadOuterXml(), strOuterXml, "outer"); in TestOuterOnElement()
87 TestLog.Compare(DataReader.ReadOuterXml(), strExpected, "outer"); in TestOuterOnAttribute()
102 TestLog.Compare(DataReader.ReadOuterXml(), String.Empty, "outer"); in TestOuterOnNodeType()
195 TestLog.Compare(DataReader.ReadOuterXml(), strExpected, "outer"); in ReadOuterXml15()
223 … Assert.True(TestLog.Compare(DataReader.ReadOuterXml(), String.Empty, "outer")); in ReadOuterXmlOnXmlDeclarationAttributes()
236 TestLog.Compare(DataReader.ReadOuterXml(), strExpected, "outer"); in TRReadOuterXml27()
247 TestLog.Compare(DataReader.ReadOuterXml(), strExpected, "outer"); in TRReadOuterXml28()
267 TestLog.Compare(DataReader.ReadOuterXml(), strxml, "rox"); in TestTextReadOuterXml29()
276 …TestLog.Compare(DataReader.ReadOuterXml(), "<foo xmlns=\"testing\"><bar id=\"1\" /></foo>", "misma… in ReadOuterXmlWhenNamespacesEqualsToFalseAndHasAnAttributeXmlns()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlReaderLib/
H A DReadOuterXml.cs59 CError.Compare(DataReader.ReadOuterXml(), strOuterXml, "outer"); in TestOuterOnElement()
90 CError.Compare(DataReader.ReadOuterXml(), strExpected, "outer"); in TestOuterOnAttribute()
109 CError.Compare(DataReader.ReadOuterXml(), String.Empty, "outer"); in TestOuterOnNodeType()
256 CError.Compare(DataReader.ReadOuterXml(), strExpected, "outer"); in ReadOuterXml15()
345 CError.Compare(DataReader.ReadOuterXml().ToLower(), "encoding=\"utf-8\"", "outer"); in ReadOuterXml25()
364 CError.Compare(DataReader.ReadOuterXml(), "SYSTEM=\"AllNodeTypes.dtd\"", "outer"); in ReadOuterXml26()
391 CError.Compare(DataReader.ReadOuterXml(), strExpected, "outer"); in TRReadOuterXml27()
419 CError.Compare(DataReader.ReadOuterXml(), strExpected, "outer"); in TRReadOuterXml28()
444 CError.Compare(DataReader.ReadOuterXml(), strxml, "rox"); in TestTextReadOuterXml29()
456 CError.WriteLine(DataReader.ReadOuterXml()); in ReadOuterXmlWhenNamespacesIgnoredWorksWithXmlns()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data.SqlTypes/
H A DSqlXmlTest.cs163 Assert.AreEqual (xmlStr, xrdr.ReadOuterXml(), "#1"); in CreateReader_Stream_ASCII()
177 Assert.AreEqual (xmlStr, xrdr.ReadOuterXml(), "#A05"); in CreateReader_Stream_Unicode()
191 Assert.AreEqual (xmlStr, xrdr.ReadOuterXml(), "#1"); in CreateReader_Stream_UTF8()
204 Assert.AreEqual (xmlStr, xrdr.ReadOuterXml(), "#A06"); in SqlXml_fromXmlReader_CreateReaderTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel/
H A DEndpointAddressBuilderTest.cs58 xr.ReadOuterXml (); in UsageExample()
61 xr.ReadOuterXml (); in UsageExample()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel/
H A DEndpointAddressBuilder.cs95 extension = reader.ReadOuterXml (); in SetExtensionReader()
105 metadata = reader.ReadOuterXml (); in SetMetadataReader()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/
H A DXmlDefaultReader.cs224 public override string ReadOuterXml () in ReadOuterXml() method in Commons.Xml.XmlDefaultReader
226 return reader.ReadOuterXml (); in ReadOuterXml()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Syndication/
H A DXmlSyndicationContentTest.cs122 …p://schemas.microsoft.com/2003/10/Serialization/\">6</int>", x.GetReader ().ReadOuterXml (), "#1"); in GetReaderAtContent()
125 …ft.com/2003/10/Serialization/\">6</int></content>", t.GetReaderAtContent ().ReadOuterXml (), "#2"); in GetReaderAtContent()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DEncryptedKeyElement.cs74 string xml = reader.ReadOuterXml(); in ReadExtensions()
101 string xml = reader.ReadOuterXml(); in ReadExtensions()
H A DIdentityModelWrappedXmlDictionaryReader.cs251 public override string ReadOuterXml() in ReadOuterXml() method in System.IdentityModel.IdentityModelWrappedXmlDictionaryReader
253 return _reader.ReadOuterXml(); in ReadOuterXml()
H A DWrappedXmlDictionaryReader.cs355 public override string ReadOuterXml() in ReadOuterXml() method in System.IdentityModel.WrappedXmlDictionaryReader
357 return this.reader.ReadOuterXml(); in ReadOuterXml()
H A DEncryptionMethodElement.cs48 string xml = reader.ReadOuterXml(); in ReadXml()
H A DKeyInfo.cs76 string xml = reader.ReadOuterXml(); in ReadXml()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/tests/System/Data/SqlTypes/
H A DSqlXmlTest.cs121 Assert.Equal(xmlStr, xrdr.ReadOuterXml()); in CreateReader_Stream_Unicode()
134 Assert.Equal(xmlStr, xrdr.ReadOuterXml()); in SqlXml_fromXmlReader_CreateReaderTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlDelegatedReader.cs245 public override string ReadOuterXml() in ReadOuterXml() method in System.Xml.XmlDelegatedReader
247 return reader.ReadOuterXml(); in ReadOuterXml()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DIgnoreSection.cs59 xml = xmlReader.ReadOuterXml (); in DeserializeSection()
H A DDefaultSection.cs52 RawXml = xmlReader.ReadOuterXml (); in DeserializeSection()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DIgnoreSection.cs54 _rawXml = xmlReader.ReadOuterXml(); in DeserializeSection()
H A DDefaultSection.cs54 _rawXml = xmlReader.ReadOuterXml(); in DeserializeSection()
H A DConfigXmlDocument.cs77 string outerXml = sourceReader.ReadOuterXml(); in LoadSingleElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DDefaultSection.cs52 _rawXml = xmlReader.ReadOuterXml(); in DeserializeSection()
H A DIgnoreSection.cs52 _rawXml = xmlReader.ReadOuterXml(); in DeserializeSection()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Xml/
H A DXmlDictionaryReaderAbstractTest.cs330 public override string ReadOuterXml () in ReadOuterXml() method in MonoTests.System.Xml.SimpleExtReader
332 return reader.ReadOuterXml (); in ReadOuterXml()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Configuration/
H A DConfigurationElementInterceptor.cs15 elementXml.LoadXml( reader.ReadOuterXml() ); in DeserializeElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/
H A DXmlElementElementCollection.cs76 reader.ReadOuterXml (); in OnDeserializeUnrecognizedElement()
H A DAddressHeaderCollectionElement.cs94 …return new ConfiguredAddressHeader (reader.LocalName, reader.NamespaceURI, reader.ReadOuterXml ()); in DeserializeAddressHeaders()

1234