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