2 overrides of ComputeToString
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
48
protected internal sealed override string
ComputeToString
(RuntimeMethodInfo contextMethod) { throw NotImplemented.ByDesign; }
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
230
protected internal sealed override string
ComputeToString
(RuntimeMethodInfo contextMethod)
1 reference to ComputeToString
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
168
return _genericMethodDefinition.
ComputeToString
(this);