1 write to m_declaringType
mscorlib (1)
system\reflection\methodinfo.cs (1)
261
m_declaringType
= declaringType;
14 references to m_declaringType
mscorlib (14)
system\reflection\methodinfo.cs (14)
149
if (
m_declaringType
.IsArray && IsPublic && !IsStatic)
372
m_signature = new Signature(this,
m_declaringType
);
389
if (!IsVirtual ||
m_declaringType
.IsInterface)
392
RuntimeType parent = (RuntimeType)
m_declaringType
.BaseType;
408
return
m_declaringType
;
538
return
m_declaringType
;
560
internal RuntimeType GetRuntimeType() { return
m_declaringType
; }
561
internal RuntimeModule GetRuntimeModule() { return
m_declaringType
.GetRuntimeModule(); }
658
if (!
m_declaringType
.IsInstanceOfType(target))
735
RuntimeMethodHandle.PerformSecurityCheck(obj, this,
m_declaringType
, (uint)m_invocationFlags);
829
if (!IsVirtual || IsStatic ||
m_declaringType
== null ||
m_declaringType
.IsInterface)
959
RuntimeMethodHandle.GetStubIfNeeded(new RuntimeMethodHandleInternal(this.m_handle),
m_declaringType
, methodInstantionRuntimeType)) as MethodInfo;
992
return RuntimeType.GetMethodBase(
m_declaringType
, RuntimeMethodHandle.StripMethodInstantiation(this)) as MethodInfo;