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