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