1 write to m_declaringType
System.Private.CoreLib (1)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
63
m_declaringType
= declaringType;
14 references to m_declaringType
System.Private.CoreLib (14)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (14)
95
Signature newSig = new Signature(this,
m_declaringType
);
108
if (!IsVirtual ||
m_declaringType
.IsInterface)
111
RuntimeType? parent = (RuntimeType?)
m_declaringType
.BaseType;
127
return
m_declaringType
;
162
HashCode.Combine(m_handle.GetHashCode(),
m_declaringType
.GetUnderlyingNativeHandle().GetHashCode());
166
ReferenceEquals(
m_declaringType
, m.
m_declaringType
) &&
213
return
m_declaringType
;
233
internal RuntimeType GetRuntimeType() { return
m_declaringType
; }
234
internal RuntimeModule GetRuntimeModule() { return
m_declaringType
.GetRuntimeModule(); }
326
if (!IsVirtual || IsStatic ||
m_declaringType
== null ||
m_declaringType
.IsInterface)
435
RuntimeMethodHandle.GetStubIfNeeded(new RuntimeMethodHandleInternal(m_handle),
m_declaringType
, methodInstantionRuntimeType)) as MethodInfo;
457
return (RuntimeType.GetMethodBase(
m_declaringType
, RuntimeMethodHandle.StripMethodInstantiation(this)) as MethodInfo)!;