Home
last modified time | relevance | path

Searched refs:ThrowTagMismatch (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlExceptionHelper.cs206 …static public void ThrowTagMismatch(XmlDictionaryReader reader, string expectedPrefix, string expe… in ThrowTagMismatch() method in System.Xml.XmlExceptionHelper
H A DXmlUTF8TextReader.cs749 …XmlExceptionHelper.ThrowTagMismatch(this, elementNode.Prefix.GetString(), elementNode.LocalName.Ge… in ReadEndElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/ReferenceSources/
H A DXmlExceptionHelper.cs208 …static public void ThrowTagMismatch(XmlDictionaryReader reader, string expectedPrefix, string expe… in ThrowTagMismatch() method in System.Xml.XmlExceptionHelper
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DXmlExceptionHelper.cs190 …public static void ThrowTagMismatch(XmlDictionaryReader reader, string expectedPrefix, string expe… in ThrowTagMismatch() method in System.Xml.XmlExceptionHelper
H A DXmlUTF8TextReader.cs1003 …XmlExceptionHelper.ThrowTagMismatch(this, elementNode.Prefix.GetString(), elementNode.LocalName.Ge… in ReadEndElement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXmlTextReaderImpl.cs4604 ThrowTagMismatch(startTagNode); in ParseXmlDeclaration()
4615 ThrowTagMismatch(startTagNode); in ParseXmlDeclaration()
4641 ThrowTagMismatch(startTagNode); in ParseXmlDeclaration()
4709 private void ThrowTagMismatch(NodeData startTag) in ParseXmlDeclaration() method in System.Xml.XmlTextReaderImpl
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXmlTextReaderImpl.cs4149 ThrowTagMismatch( startTagNode );
4158 ThrowTagMismatch( startTagNode );
4185 ThrowTagMismatch(startTagNode);
4244 private void ThrowTagMismatch( NodeData startTag ) { method in System.Xml.XmlTextReaderImpl