7 references to Xml_XmlnsPrefix
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
7930Throw(ResXml.Xml_XmlnsPrefix, (int)attr.lineInfo2.lineNo, (int)attr.lineInfo2.linePos);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (4)
679throw new ArgumentException(ResXml.Xml_XmlnsPrefix); 702throw new ArgumentException(ResXml.Xml_XmlnsPrefix); 1726throw new ArgumentException(ResXml.Xml_XmlnsPrefix); 1840throw new ArgumentException(ResXml.Xml_XmlnsPrefix);
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (1)
590if (throwOnError) throw new XmlException(ResXml.Xml_XmlnsPrefix, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\XmlNamespaceManager.cs (1)
148throw new ArgumentException(ResXml.Xml_XmlnsPrefix);