3 references to XmlEmptyNamespaceRequiresNullPrefix
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (2)
249
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(string.Format(SRSerialization.
XmlEmptyNamespaceRequiresNullPrefix
), "prefix"));
1940
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(string.Format(SRSerialization.
XmlEmptyNamespaceRequiresNullPrefix
), "prefix"));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlExceptionHelper.cs (1)
259
ThrowXmlException(reader, SRSerialization.
XmlEmptyNamespaceRequiresNullPrefix
);