3 references to Xml_InvalidPIName
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
6331Throw(target.Equals("xml") ? ResXml.Xml_XmlDeclNotFirst : ResXml.Xml_InvalidPIName, target);
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (2)
536if (throwOnError) throw new XmlException(ResXml.Xml_InvalidPIName, localName); 606if (throwOnError) throw new XmlException(ResXml.Xml_InvalidPIName, CreateName(prefix, localName));