1 write to _declaringTypeHandle
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (1)
23_declaringTypeHandle = declaringTypeHandle;
7 references to _declaringTypeHandle
System.Private.Reflection.Execution (7)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (7)
48ValidateThis(thisObject, _declaringTypeHandle); 66ValidateThis(thisObject, _declaringTypeHandle); 82ValidateThis(thisObject, _declaringTypeHandle); 96object thisObject = RawCalliHelper.Call<object>(_allocatorMethod, _declaringTypeHandle.Value); 109object thisObject = RawCalliHelper.Call(_allocatorMethod, _declaringTypeHandle.Value); 116object thisObject = RawCalliHelper.Call(_allocatorMethod, _declaringTypeHandle.Value); 137new OpenMethodResolver(_declaringTypeHandle, MethodInvokeInfo.LdFtnResult, default(GCHandle), 0, resolveType).ToIntPtr(),