56 references to xmlCharType
System.Xml (56)
System\Xml\Core\XmlTextReaderImpl.cs (33)
3280xmlCharType.IsNameSingleChar( ps.chars[ps.charPos + 5] ) 3440while ( ( (xmlCharType.charProperties[chars[pos]] & XmlCharType.fAttrValue) != 0) ) { 3911if ( ( xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCStartNameSC ) != 0 ) { 3932if( ( ( xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCNameSC ) != 0 ) ) { 4006isWs = ( ( xmlCharType.charProperties[ch] & XmlCharType.fWhitespace ) != 0 ); 4170if ( ( (xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCNameSC) != 0 ) || 4184while (xmlCharType.IsWhiteSpace(tmpCh = chars[pos])) { 4272while ( ( ( xmlCharType.charProperties[tmpch0 = chars[pos]] & XmlCharType.fWhitespace ) != 0 ) ) { 4304if ( ( xmlCharType.charProperties[tmpch1 = chars[pos]] & XmlCharType.fNCStartNameSC ) != 0 ) { 4376if (((xmlCharType.charProperties[tmpch2 = chars[pos]] & XmlCharType.fNCNameSC) != 0)) { 4410if ( ( ( xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCStartNameSC ) != 0 ) ) { 4474while ( ( ( xmlCharType.charProperties[tmpch3 = chars[pos]] & XmlCharType.fAttrValue ) != 0 ) ) { 4671while ( ( ( xmlCharType.charProperties[chars[pos]] & XmlCharType.fAttrValue ) != 0 ) ) { 5069while ( ( ( xmlCharType.charProperties[c = chars[pos]] & XmlCharType.fText ) != 0 ) ) { 5132if ( !xmlCharType.IsWhiteSpace(chars[charRefEndPos-charCount]) || 5158if ( !xmlCharType.IsWhiteSpace(ps.chars[pos-1]) ) { 5397if ( xmlCharType.IsCharData( ps.chars[ps.charPos] ) ) { 5745while ( ( ( xmlCharType.charProperties[tmpch = chars[pos]] & XmlCharType.fText ) != 0 ) && 5923while ( ( ( xmlCharType.charProperties[tmpch = chars[pos]] & XmlCharType.fText ) != 0 ) && 6056if ( !xmlCharType.IsWhiteSpace( ps.chars[ps.charPos + 7] ) ) { 6225while ( ( ( xmlCharType.charProperties[ch = chars[pos]] & XmlCharType.fAttrValue ) != 0 ) && chars[pos] != stopChar && ch != '-' && ch != '?') { 6573if ( !xmlCharType.IsCharData(ch) && 6772if ( ( xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCStartNameSC ) != 0 ) { 6801if ( ( ( xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCNameSC ) != 0 ) ) { 7439while ( ( ( xmlCharType.charProperties[c = chars[pos]] & XmlCharType.fAttrValue ) != 0 ) && c != '/' ) { 7444while ( ( ( xmlCharType.charProperties[c = chars[pos]] & XmlCharType.fAttrValue ) != 0 ) ) { 7524( ps.chars[endPos] == '>' || xmlCharType.IsWhiteSpace( ps.chars[endPos] ) ) ) { 7532if ( xmlCharType.IsWhiteSpace( ps.chars[endPos] ) ) { 7560( ps.chars[endPos] == '>' || ps.chars[endPos] == '/' || xmlCharType.IsWhiteSpace( ps.chars[endPos] ) ) ) { 7703while ( ( ( xmlCharType.charProperties[chars[pos]] & XmlCharType.fAttrValue ) != 0 ) ) 7743if ( normalize && xmlCharType.IsWhiteSpace( chars[ps.charPos] ) && pos - ps.charPos == 1 ) { 7866if ( xmlCharType.IsNCNameSingleChar( ps.chars[ps.charPos] ) ) { 7868while ( xmlCharType.IsNCNameSingleChar( ps.chars[pos] ) ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (23)
1112xmlCharType.IsNameSingleChar( ps.chars[ps.charPos + 5] ) 1273while (((xmlCharType.charProperties[chars[pos]] & XmlCharType.fAttrValue) != 0)) { 1718if ((xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCStartNameSC) != 0) { 1740if (((xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCNameSC) != 0)) { 1841isWs = ((xmlCharType.charProperties[ch] & XmlCharType.fWhitespace) != 0); 2029if (((xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCNameSC) != 0) || 2047while (xmlCharType.IsWhiteSpace(tmpCh = chars[pos])) { 2147while (((xmlCharType.charProperties[tmpch0 = chars[pos]] & XmlCharType.fWhitespace) != 0)) { 2179if ((xmlCharType.charProperties[tmpch1 = chars[pos]] & XmlCharType.fNCStartNameSC) != 0) { 2251if (((xmlCharType.charProperties[tmpch2 = chars[pos]] & XmlCharType.fNCNameSC) != 0)) { 2285if (((xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCStartNameSC) != 0)) { 2360while (((xmlCharType.charProperties[tmpch3 = chars[pos]] & XmlCharType.fAttrValue) != 0)) { 2453while (((xmlCharType.charProperties[chars[pos]] & XmlCharType.fAttrValue) != 0)) { 3042while (((xmlCharType.charProperties[c = chars[pos]] & XmlCharType.fText) != 0)) { 3141if (!xmlCharType.IsWhiteSpace(chars[charRefEndPos - charCount]) || 3176if (!xmlCharType.IsWhiteSpace(ps.chars[pos - 1])) { 3447if ( xmlCharType.IsCharData( ps.chars[ps.charPos] ) ) { 3762while (((xmlCharType.charProperties[tmpch = chars[pos]] & XmlCharType.fText) != 0) && 3971while (((xmlCharType.charProperties[tmpch = chars[pos]] & XmlCharType.fText) != 0) && 4108if ( !xmlCharType.IsWhiteSpace( ps.chars[ps.charPos + 7] ) ) { 4282while (((xmlCharType.charProperties[ch = chars[pos]] & XmlCharType.fAttrValue) != 0) && chars[pos] != stopChar && ch != '-' && ch != '?') { 4607if ((xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCStartNameSC) != 0) { 4644if (((xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCNameSC) != 0)) {