9 references to s_xmlCharType
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (9)
48
if ((
s_xmlCharType
.charProperties[s[i]] & XmlCharType.fNCNameSC) != 0)
84
if ((
s_xmlCharType
.charProperties[s[i]] & XmlCharType.fNCNameSC) != 0 || s[i] == ':')
127
if ((
s_xmlCharType
.charProperties[s[i]] & XmlCharType.fNCStartNameSC) != 0 || s[i] == ':')
144
if ((
s_xmlCharType
.charProperties[s[i]] & XmlCharType.fNCNameSC) != 0 || s[i] == ':')
187
if ((
s_xmlCharType
.charProperties[s[i]] & XmlCharType.fNCStartNameSC) != 0)
204
if ((
s_xmlCharType
.charProperties[s[i]] & XmlCharType.fNCNameSC) != 0)
402
if (
s_xmlCharType
.IsNCNameSingleChar(s[offsetBadChar]) && !XmlCharType.Instance.IsStartNCNameSingleChar(s[offsetBadChar]))
422
if (
s_xmlCharType
.IsNCNameSingleChar(s[offsetBadChar]) && !
s_xmlCharType
.IsStartNCNameSingleChar(s[offsetBadChar]))