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