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