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