3 references to ComputeToString
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\RuntimeMethodHelpers.cs (1)
64
return
ComputeToString
(contextMethod, methodTypeArguments, parameters, returnParameter);
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
131
return RuntimeMethodHelpers.
ComputeToString
(this, Array.Empty<RuntimeTypeInfo>(), RuntimeParameters, returnParameter: null);
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
163
return RuntimeMethodHelpers.
ComputeToString
(this, Array.Empty<RuntimeTypeInfo>(), RuntimeParameters, RuntimeReturnParameter);