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