4 references to XmlSpecificBindingNamespace
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseWriter.cs (4)
272
throw new ArgumentException(SR.Format(SR.
XmlSpecificBindingNamespace
, "xmlns", ns));
274
throw new ArgumentException(SR.Format(SR.
XmlSpecificBindingNamespace
, "xml", ns));
2169
throw new ArgumentException(SR.Format(SR.
XmlSpecificBindingNamespace
, "xmlns", uri));
2172
throw new ArgumentException(SR.Format(SR.
XmlSpecificBindingNamespace
, "xml", uri));