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