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