1 write to comparer
System (1)
compmod\system\componentmodel\EventDescriptorCollection.cs (1)
97
this.
comparer
= comparer;
3 references to comparer
System (3)
compmod\system\componentmodel\EventDescriptorCollection.cs (3)
318
return new EventDescriptorCollection(this.events, this.eventCount, this.namedSort, this.
comparer
);
329
return new EventDescriptorCollection(this.events, this.eventCount, names, this.
comparer
);
363
this.InternalSort(this.
comparer
);