3 references to JsonNamespaceMustBeEmpty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (3)
511
throw new ArgumentException(SR.Format(SR.
JsonNamespaceMustBeEmpty
, _attributeText));
742
throw new ArgumentException(SR.Format(SR.
JsonNamespaceMustBeEmpty
, ns), nameof(ns));
846
throw new ArgumentException(SR.Format(SR.
JsonNamespaceMustBeEmpty
, ns), nameof(ns));