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