2 instantiations of CultureAwareRandomizedComparer
mscorlib (2)
system\stringcomparer.cs (2)
238return new CultureAwareRandomizedComparer(_compareInfo, _ignoreCase); 305return new CultureAwareRandomizedComparer(_compareInfo, _ignoreCase);
2 references to CultureAwareRandomizedComparer
mscorlib (2)
system\stringcomparer.cs (2)
292CultureAwareRandomizedComparer comparer = obj as CultureAwareRandomizedComparer;