terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ EnsureEventsOwned()

void System.ComponentModel.EventDescriptorCollection.EnsureEventsOwned ( )
inlineprivate

Definition at line 163 of file EventDescriptorCollection.cs.

164 {
165 if (!this._eventsOwned)
166 {
167 EventDescriptor[] events = this._events;
168 this._eventsOwned = true;
169 if (events != null)
170 {
171 int num = this.<Count>k__BackingField;
172 EventDescriptor[] events2 = this._events;
173 int num2 = this.<Count>k__BackingField;
174 }
175 }
176 if (this._needSort)
177 {
178 string[] namedSort = this._namedSort;
179 this.InternalSort(namedSort);
180 return;
181 }
182 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.EventDescriptorCollection._events, System.ComponentModel.EventDescriptorCollection._eventsOwned, System.ComponentModel.EventDescriptorCollection._namedSort, System.ComponentModel.EventDescriptorCollection._needSort, System.ComponentModel.EventDescriptorCollection.Count, System.ComponentModel.EventDescriptorCollection.InternalSort(), j__TPar, and System.ComponentModel.EventDescriptorCollection.k__BackingField.

Referenced by System.ComponentModel.EventDescriptorCollection.CopyTo(), and System.ComponentModel.EventDescriptorCollection.EnsureSize().