1 write to _xmlCharType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
72
_xmlCharType
= XmlCharType.Instance;
3 references to _xmlCharType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (2)
329
if ((i =
_xmlCharType
.IsPublicId(str)) >= 0)
631
if ((i =
_xmlCharType
.IsOnlyWhitespaceWithPos(value)) != -1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
180
if ((i =
_xmlCharType
.IsPublicId(str)) >= 0)