14 references to fNCNameSC
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
4401
if (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.
fNCNameSC
) != 0))
4673
if (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.
fNCNameSC
) != 0) ||
4901
if (((_xmlCharType.charProperties[tmpch2 = chars[pos]] & XmlCharType.
fNCNameSC
) != 0))
7681
if (((_xmlCharType.charProperties[chars[pos]] & XmlCharType.
fNCNameSC
) != 0))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
2167
if ((_xmlCharType.charProperties[ncname[i]] & XmlCharType.
fNCNameSC
) != 0)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (2)
3057
if ((_xmlCharType.charProperties[_chars[_curPos]] & XmlCharType.
fNCNameSC
) != 0)
3134
if ((_xmlCharType.charProperties[_chars[_curPos]] & XmlCharType.
fNCNameSC
) != 0 || _chars[_curPos] == ':')
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (4)
48
if ((s_xmlCharType.charProperties[s[i]] & XmlCharType.
fNCNameSC
) != 0)
84
if ((s_xmlCharType.charProperties[s[i]] & XmlCharType.
fNCNameSC
) != 0 || s[i] == ':')
144
if ((s_xmlCharType.charProperties[s[i]] & XmlCharType.
fNCNameSC
) != 0 || s[i] == ':')
204
if ((s_xmlCharType.charProperties[s[i]] & XmlCharType.
fNCNameSC
) != 0)
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (2)
446
SetProperties(s_NCName,
fNCNameSC
);
502
return (charProperties[ch] &
fNCNameSC
) != 0;
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (1)
624
return (s_xmlCharType.charProperties[ch] & XmlCharType.
fNCNameSC
) != 0;