Home
last modified time | relevance | path

Searched refs:JsonOpenAttributeMustBeClosedFirst (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.cs180 public const string JsonOpenAttributeMustBeClosedFirst = @"JSON attribute must be closed first befo… 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.cs606 … throw new XmlException(SR.Format(SR.JsonOpenAttributeMustBeClosedFirst, "WriteEndElement")); in WriteEndElement()
834 … throw new XmlException(SR.Format(SR.JsonOpenAttributeMustBeClosedFirst, "WriteStartAttribute")); in WriteStartAttribute()
935 … throw new XmlException(SR.Format(SR.JsonOpenAttributeMustBeClosedFirst, "WriteStartElement")); in WriteStartElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DXmlJsonWriter.cs674 … new XmlException(SR.GetString(SR.JsonOpenAttributeMustBeClosedFirst, "WriteEndElement"))); in WriteEndElement()
913 … new XmlException(SR.GetString(SR.JsonOpenAttributeMustBeClosedFirst, "WriteStartAttribute"))); in WriteStartAttribute()
1023 … new XmlException(SR.GetString(SR.JsonOpenAttributeMustBeClosedFirst, "WriteStartElement"))); in WriteStartElement()