2 writes to _parentHandle
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
163
param.
_parentHandle
= typeHandle;
378
param.
_parentHandle
= handle;
3 references to _parentHandle
System.Reflection.Emit (3)
System\Reflection\Emit\ModuleBuilderImpl.cs (3)
189
int primary = CodedIndex.TypeOrMethodDef(x.
_parentHandle
).CompareTo(CodedIndex.TypeOrMethodDef(y.
_parentHandle
));
198
AddGenericTypeParametersAndConstraintsCustomAttributes(param.
_parentHandle
, param);