Home
last modified time | relevance | path

Searched refs:JsonEndElementNoOpenNodes (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/ReferenceSources/
H A DSR.missing.cs157 public const string JsonEndElementNoOpenNodes = @"Encountered an end element while there was no ope… field in System.Runtime.Serialization.SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/
H A DXmlJsonWriter.cs602 throw new XmlException(SR.JsonEndElementNoOpenNodes); in WriteEndElement()
875 throw new XmlException(SR.JsonEndElementNoOpenNodes); in WriteStartAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DXmlJsonWriter.cs669 new XmlException(SR.GetString(SR.JsonEndElementNoOpenNodes))); in WriteEndElement()
959 new XmlException(SR.GetString(SR.JsonEndElementNoOpenNodes))); in WriteStartAttribute()