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