5 references to Xml_XmlPrefix
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (3)
712throw new ArgumentException(ResXml.Xml_XmlPrefix); 1716throw new ArgumentException(ResXml.Xml_XmlPrefix); 1835throw new ArgumentException(ResXml.Xml_XmlPrefix);
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (1)
583if (throwOnError) throw new XmlException(ResXml.Xml_XmlPrefix, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (1)
144throw new ArgumentException(ResXml.Xml_XmlPrefix);