1 write to Comparer
System (1)
compmod\system\collections\specialized\namevaluecollection.cs (1)
93
this.
Comparer
= col.Comparer;
3 references to Comparer
System (3)
compmod\system\collections\specialized\namevaluecollection.cs (3)
50
: base( col != null? col.
Comparer
: null) {
88
: base(capacity, (col != null ? col.
Comparer
: null)) {
93
this.Comparer = col.
Comparer
;