5 references to _xmlCharType
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (5)
410
if ((i =
_xmlCharType
.IsPublicId(pubid)) >= 0)
417
if ((i =
_xmlCharType
.IsOnlyCharData(sysid)) >= 0)
424
if ((i =
_xmlCharType
.IsOnlyCharData(subset)) >= 0)
2150
if ((
_xmlCharType
.charProperties[ncname[0]] & XmlCharType.fNCStartNameSC) != 0)
2167
if ((
_xmlCharType
.charProperties[ncname[i]] & XmlCharType.fNCNameSC) != 0)