2 references to IsPubidChar
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (1)
740
if (!
IsPubidChar
(str[i]))
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (1)
647
return s_xmlCharType.
IsPubidChar
(ch);