1 write to xmlCharType
System.Xml (1)
System\Xml\Core\XmlTextEncoder.cs (1)
46
this.
xmlCharType
= XmlCharType.Instance;
6 references to xmlCharType
System.Xml (6)
System\Xml\Core\XmlTextEncoder.cs (6)
130
while ( i < endPos && (
xmlCharType
.charProperties[ch = array[i]] & XmlCharType.fAttrValue ) != 0 ) { // ( xmlCharType.IsAttributeValueChar( ( ch = array[i] ) ) ) ) {
194
Debug.Assert( ( ch < 0x20 && !
xmlCharType
.IsWhiteSpace( ch ) ) || ( ch > 0xFFFD ) );
240
while ( i < len && (
xmlCharType
.charProperties[ch = text[i]] & XmlCharType.fAttrValue ) != 0 ) { // ( xmlCharType.IsAttributeValueChar( ( ch = text[i] ) ) ) ) {
325
Debug.Assert( ( ch < 0x20 && !
xmlCharType
.IsWhiteSpace( ch ) ) || ( ch > 0xFFFD ) );
333
while ( i < len && (
xmlCharType
.charProperties[ch = text[i]] & XmlCharType.fAttrValue ) != 0 ) { // ( xmlCharType.IsAttributeValueChar( ( text[i] ) ) ) ) {
358
( (
xmlCharType
.charProperties[ch = text[i]] & XmlCharType.fCharData ) != 0 // ( xmlCharType.IsCharData( ( ch = text[i] ) )