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