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