33 references to _xmlCharType
dotnet-svcutil-lib (33)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (33)
3643_xmlCharType.IsNameSingleChar(_ps.chars[_ps.charPos + 5]) 3826while (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.fAttrValue) != 0)) 4380if ((_xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCStartNameSC) != 0) 4401if (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCNameSC) != 0)) 4484isWs = ((_xmlCharType.charProperties[ch] & XmlCharType.fWhitespace) != 0); 4673if (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCNameSC) != 0) || 4688while (_xmlCharType.IsWhiteSpace(tmpCh = chars[pos])) 4786while (((_xmlCharType.charProperties[tmpch0 = chars[pos]] & XmlCharType.fWhitespace) != 0)) 4821if ((_xmlCharType.charProperties[tmpch1 = chars[pos]] & XmlCharType.fNCStartNameSC) != 0) 4901if (((_xmlCharType.charProperties[tmpch2 = chars[pos]] & XmlCharType.fNCNameSC) != 0)) 4939if (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCStartNameSC) != 0)) 5004while (((_xmlCharType.charProperties[tmpch3 = chars[pos]] & XmlCharType.fAttrValue) != 0)) 5234while (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.fAttrValue) != 0)) 5672while (((_xmlCharType.charProperties[c = chars[pos]] & XmlCharType.fText) != 0)) 5747if (!_xmlCharType.IsWhiteSpace(chars[charRefEndPos - charCount]) || 5776if (!_xmlCharType.IsWhiteSpace(_ps.chars[pos - 1])) 6054if (_xmlCharType.IsCharData(_ps.chars[_ps.charPos])) 6436while (((_xmlCharType.charProperties[tmpch = chars[pos]] & XmlCharType.fText) != 0) && 6643while (((_xmlCharType.charProperties[tmpch = chars[pos]] & XmlCharType.fText) != 0) && 6806if (!_xmlCharType.IsWhiteSpace(_ps.chars[_ps.charPos + 7])) 6995while (((_xmlCharType.charProperties[ch = chars[pos]] & XmlCharType.fAttrValue) != 0) && chars[pos] != stopChar && ch != '-' && ch != '?') 7413if (!_xmlCharType.IsCharData(ch) && 7649if ((_xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCStartNameSC) != 0) 7681if (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.fNCNameSC) != 0)) 8420while (((_xmlCharType.charProperties[c = chars[pos]] & XmlCharType.fAttrValue) != 0) && c != '/') 8427while (((_xmlCharType.charProperties[c = chars[pos]] & XmlCharType.fAttrValue) != 0)) 8522(_ps.chars[endPos] == '>' || _xmlCharType.IsWhiteSpace(_ps.chars[endPos]))) 8531if (_xmlCharType.IsWhiteSpace(_ps.chars[endPos])) 8562(_ps.chars[endPos] == '>' || _ps.chars[endPos] == '/' || _xmlCharType.IsWhiteSpace(_ps.chars[endPos]))) 8726while (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.fAttrValue) != 0)) 8770if (_normalize && _xmlCharType.IsWhiteSpace(chars[_ps.charPos]) && pos - _ps.charPos == 1) 8920if (_xmlCharType.IsNCNameSingleChar(_ps.chars[_ps.charPos])) 8923while (_xmlCharType.IsNCNameSingleChar(_ps.chars[pos]))