12 references to IsDot
mscorlib (12)
system\globalization\idnmapping.cs (12)
142
bool bHasLastDot = (unicode.Length > 0) &&
IsDot
(unicode[unicode.Length - 1]);
147
if ((!bHasLastDot) && unicode.Length > 0 &&
IsDot
(unicode[unicode.Length - 1]))
363
if (
IsDot
(unicode[i]))
397
if (unicode.Length > M_defaultNameLimit - (
IsDot
(unicode[unicode.Length-1])? 0 : 1))
400
M_defaultNameLimit - (
IsDot
(unicode[unicode.Length-1]) ? 0 : 1)),
404
if (bUseStd3 && !
IsDot
(unicode[unicode.Length-1]))
774
if (output.Length > M_defaultNameLimit - (
IsDot
(unicode[unicode.Length-1]) ? 0 : 1))
777
M_defaultNameLimit - (
IsDot
(unicode[unicode.Length-1]) ? 0 : 1)),
816
if (ascii.Length > M_defaultNameLimit - (
IsDot
(ascii[ascii.Length-1]) ? 0 : 1))
819
M_defaultNameLimit - (
IsDot
(ascii[ascii.Length-1]) ? 0 : 1)), "ascii");
1081
if (output.Length > M_defaultNameLimit - (
IsDot
(output[output.Length-1]) ? 0 : 1))
1084
M_defaultNameLimit -(
IsDot
(output[output.Length-1]) ? 0 : 1)), "ascii");