5 references to M_labelLimit
mscorlib (5)
system\globalization\idnmapping.cs (5)
371
if (i - iLastDot >
M_labelLimit
+ 1)
392
if (iLastDot == -1 && unicode.Length >
M_labelLimit
)
761
if (output.Length - iOutputAfterLastDot >
M_labelLimit
)
849
if (iNextDot - iAfterLastDot >
M_labelLimit
)
1068
if (iNextDot - iAfterLastDot >
M_labelLimit
)