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