1 write to xmlCharType
System.Xml (1)
System\Xml\Core\XmlCharCheckingReader.cs (1)
70xmlCharType = XmlCharType.Instance;
3 references to xmlCharType
System.Xml (3)
System\Xml\Core\XmlCharCheckingReader.cs (2)
279if ( ( i = xmlCharType.IsPublicId( str ) ) >= 0 ) { 530if ( ( i = xmlCharType.IsOnlyWhitespaceWithPos( value ) ) != -1 ) {
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
147if ( ( i = xmlCharType.IsPublicId( str ) ) >= 0 ) {