9 references to M_strAcePrefix
mscorlib (9)
system\globalization\idnmapping.cs (9)
593output.Append(M_strAcePrefix); 667output.Remove(iOutputAfterLastDot, M_strAcePrefix.Length); 672if (unicode.Length - iAfterLastDot >= M_strAcePrefix.Length && 673unicode.Substring(iAfterLastDot, M_strAcePrefix.Length).Equals( 674M_strAcePrefix, StringComparison.OrdinalIgnoreCase)) 854if (ascii.Length < M_strAcePrefix.Length + iAfterLastDot || 855!ascii.Substring(iAfterLastDot, M_strAcePrefix.Length).Equals( 856M_strAcePrefix, StringComparison.OrdinalIgnoreCase)) 876iAfterLastDot += M_strAcePrefix.Length;