Home
last modified time | relevance | path

Searched refs:JsonCannotWriteTextAfterNonTextAttribute (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.cs151 public const string JsonCannotWriteTextAfterNonTextAttribute = @"JSON writer cannot write text afte… 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.cs1339 …throw new XmlException(SR.Format(SR.JsonCannotWriteTextAfterNonTextAttribute, _dataType.ToString()… in ThrowInvalidAttributeContent()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DXmlJsonWriter.cs1447 new XmlException(SR.GetString(SR.JsonCannotWriteTextAfterNonTextAttribute, in ThrowInvalidAttributeContent()