4 overrides of RuntimeDeclaringType
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
187internal sealed override RuntimeTypeInfo RuntimeDeclaringType
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
44internal sealed override RuntimeTypeInfo RuntimeDeclaringType { get { throw NotImplemented.ByDesign; } }
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
248internal sealed override RuntimeTypeInfo RuntimeDeclaringType
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
184internal sealed override RuntimeTypeInfo RuntimeDeclaringType
2 references to RuntimeDeclaringType
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
191return _genericMethodDefinition.RuntimeDeclaringType;
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
96return this.RuntimeDeclaringType.ToType();