1 write to m_declaringType
System.Private.CoreLib (1)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
63
m_declaringType
= declaringType;
11 references to m_declaringType
System.Private.CoreLib (11)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (11)
95
Signature newSig = new Signature(this,
m_declaringType
);
108
if (!IsVirtual ||
m_declaringType
.IsActualInterface)
111
RuntimeType? parent = (RuntimeType?)
m_declaringType
.BaseType;
127
return
m_declaringType
;
212
return
m_declaringType
;
232
internal RuntimeType GetRuntimeType() { return
m_declaringType
; }
233
internal RuntimeModule GetRuntimeModule() { return
m_declaringType
.GetRuntimeModule(); }
335
if (!IsVirtual || IsStatic ||
m_declaringType
== null ||
m_declaringType
.IsActualInterface)
444
RuntimeMethodHandle.GetStubIfNeeded(new RuntimeMethodHandleInternal(m_handle),
m_declaringType
, methodInstantionRuntimeType)) as MethodInfo;
466
return (RuntimeType.GetMethodBase(
m_declaringType
, RuntimeMethodHandle.StripMethodInstantiation(this)) as MethodInfo)!;