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