4 overrides of RuntimeName
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
203
internal sealed override string
RuntimeName
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
45
internal sealed override string
RuntimeName
{ get { throw NotImplemented.ByDesign; } }
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
256
internal sealed override string
RuntimeName
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
192
internal sealed override string
RuntimeName
2 references to RuntimeName
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
207
return _genericMethodDefinition.
RuntimeName
;
System\Reflection\RuntimeMethodInfo.cs (1)
228
return this.
RuntimeName
;