3 references to ComparerName
System (3)
compmod\system\collections\generic\sortedset.cs (3)
2028comparer = (IComparer<T>)siInfo.GetValue(ComparerName, typeof(IComparer<T>)); 2082info.AddValue(ComparerName, comparer, typeof(IComparer<T>)); 2105comparer = (IComparer<T>)siInfo.GetValue(ComparerName, typeof(IComparer<T>));