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