Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/
H A DXmlJsonWriter.cs639 …throw new XmlException(SR.Format(SR.JsonMustSpecifyDataType, JsonGlobals.typeString, JsonGlobals.o… in WriteEndElement()
646 …throw new XmlException(SR.Format(SR.JsonMustSpecifyDataType, JsonGlobals.itemString, string.Empty,… in WriteEndElement()
1290 …throw new XmlException(SR.Format(SR.JsonMustSpecifyDataType, JsonGlobals.typeString, JsonGlobals.o… in StartText()
1297 …throw new XmlException(SR.Format(SR.JsonMustSpecifyDataType, JsonGlobals.itemString, string.Empty,… in StartText()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/ReferenceSources/
H A DSR.missing.cs171 public const string JsonMustSpecifyDataType = @"On JSON writer data type '{0}' must be specified. O… field in System.Runtime.Serialization.SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DXmlJsonWriter.cs708 new XmlException(SR.GetString(SR.JsonMustSpecifyDataType, in WriteEndElement()
717 new XmlException(SR.GetString(SR.JsonMustSpecifyDataType, in WriteEndElement()
1391 new XmlException(SR.GetString(SR.JsonMustSpecifyDataType, in StartText()
1400 new XmlException(SR.GetString(SR.JsonMustSpecifyDataType, in StartText()