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