1 write to xmlCharType
System.Xml (1)
System\Xml\Core\XmlCharCheckingWriter.cs (1)
73xmlCharType = XmlCharType.Instance;
4 references to xmlCharType
System.Xml (4)
System\Xml\Core\XmlCharCheckingWriter.cs (2)
106if ( ( i = xmlCharType.IsPublicId( pubid ) ) >= 0 ) { 213if ( ( i = xmlCharType.IsOnlyWhitespaceWithPos( ws ) ) != -1 ) {
System\Xml\Core\XmlCharCheckingWriterAsync.cs (2)
25if ( ( i = xmlCharType.IsPublicId( pubid ) ) >= 0 ) { 132if ( ( i = xmlCharType.IsOnlyWhitespaceWithPos( ws ) ) != -1 ) {