2 references to ComputeToString
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
221
return RuntimeMethodHelpers.
ComputeToString
(ref _common, contextMethod, contextMethod.RuntimeGenericArgumentsOrParameters);
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
144
return RuntimeMethodHelpers.
ComputeToString
(ref _common, this, Array.Empty<RuntimeTypeInfo>());