1 write to namedSort
System (1)
compmod\system\componentmodel\EventDescriptorCollection.cs (1)
95this.namedSort = (string[])namedSort.Clone();
3 references to namedSort
System (3)
compmod\system\componentmodel\EventDescriptorCollection.cs (3)
189InternalSort(this.namedSort); 318return new EventDescriptorCollection(this.events, this.eventCount, this.namedSort, this.comparer); 349return new EventDescriptorCollection(this.events, this.eventCount, this.namedSort, comparer);