Home
last modified time | relevance | path

Searched refs:XmlStartElementExpected (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/
H A DJsonReaderDelegator.cs117 throw new XmlException(SR.Format(SR.XmlStartElementExpected, "EndElement")); in ReadElementContentAsBase64()
326 throw new XmlException(SR.Format(SR.XmlStartElementExpected, "EndElement")); in ReadElementContentAsUnsignedLong()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DJsonReaderDelegator.cs136 …ntime.Serialization.SR.GetString(System.Runtime.Serialization.SR.XmlStartElementExpected, "EndElem… in ReadElementContentAsBase64()
344 …ntime.Serialization.SR.GetString(System.Runtime.Serialization.SR.XmlStartElementExpected, "EndElem… in ReadElementContentAsUnsignedLong()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/ReferenceSources/
H A DSR.cs164 public const string XmlStartElementExpected = "Start element expected. Found {0}."; field in System.Runtime.Serialization.SR
H A DXmlExceptionHelper.cs90 ThrowXmlException(reader, SR_.XmlStartElementExpected, GetWhatWasFound(reader)); in ThrowStartElementExpected()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlExceptionHelper.cs88 ThrowXmlException(reader, SR.XmlStartElementExpected, GetWhatWasFound(reader)); in ThrowStartElementExpected()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DXmlExceptionHelper.cs82 ThrowXmlException(reader, SR.XmlStartElementExpected, GetWhatWasFound(reader)); in ThrowStartElementExpected()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/
H A DSyndicationFeedFormatter.cs598 ThrowXmlException(reader, SR.XmlStartElementExpected, GetWhatWasFound(reader)); in ThrowStartElementExpected()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Syndication/
H A DSyndicationFeedFormatter.cs603 ThrowXmlException(reader, SR.XmlStartElementExpected, GetWhatWasFound(reader)); in ThrowStartElementExpected()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DXmlReaderDelegator.cs360 ….ExceptionUtility.ThrowHelperError(new XmlException(SR.Format(SR.XmlStartElementExpected, "EndElem… in ThrowNotAtElement()
H A DXmlObjectSerializerReadContext.cs144 …fo, DataContract.GetClrTypeFullName(declaredType)), SR.Format(SR.XmlStartElementExpected, Globals.… in TryHandleNullOrRef()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DXmlReaderDelegator.cs351 …ceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.XmlStartElementExpected, "EndElem… in ThrowNotAtElement()