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