5 references to Xml_PrefixForEmptyNs
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
2650throw new XmlException(ResXml.Xml_PrefixForEmptyNs, String.Empty);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
1442throw new ArgumentException(ResXml.Xml_PrefixForEmptyNs);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
476throw new ArgumentException(ResXml.Xml_PrefixForEmptyNs); 808throw new ArgumentException(ResXml.Xml_PrefixForEmptyNs);
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (1)
565if (throwOnError) throw new XmlException(ResXml.Xml_PrefixForEmptyNs, string.Empty);