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

◆ EnsurePropsOwned()

void System.ComponentModel.PropertyDescriptorCollection.EnsurePropsOwned ( )
inlineprivate

Definition at line 168 of file PropertyDescriptorCollection.cs.

169 {
170 if (!this._propsOwned)
171 {
172 PropertyDescriptor[] properties = this._properties;
173 this._propsOwned = true;
174 if (properties != null)
175 {
176 int num = this.<Count>k__BackingField;
177 PropertyDescriptor[] properties2 = this._properties;
178 int num2 = this.<Count>k__BackingField;
179 }
180 }
181 if (this._needSort)
182 {
183 string[] namedSort = this._namedSort;
184 this.InternalSort(namedSort);
185 return;
186 }
187 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.PropertyDescriptorCollection._namedSort, System.ComponentModel.PropertyDescriptorCollection._needSort, System.ComponentModel.PropertyDescriptorCollection._properties, System.ComponentModel.PropertyDescriptorCollection._propsOwned, System.ComponentModel.PropertyDescriptorCollection.Count, System.ComponentModel.PropertyDescriptorCollection.InternalSort(), j__TPar, and System.ComponentModel.PropertyDescriptorCollection.k__BackingField.

Referenced by System.ComponentModel.PropertyDescriptorCollection.CopyTo(), System.ComponentModel.PropertyDescriptorCollection.EnsureSize(), and System.ComponentModel.PropertyDescriptorCollection.GetEnumerator().