3 references to
System (2)
compmod\system\collections\specialized\namevaluecollection.cs (2)
78: base(capacity, equalityComparer) { 88: base(capacity, (col != null ? col.Comparer : null)) {
System.Web (1)
State\SessionStateItemCollection.cs (1)
58internal KeyedCollection(int count) : base(count, Misc.CaseInsensitiveInvariantKeyComparer) {