2 references to GetParameterDisplayName
ILCompiler.Compiler (2)
Compiler\Dataflow\DiagnosticUtilities.cs (1)
16
return ecmaMethod.
GetParameterDisplayName
(parameterIndex);
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\ParameterProxy.cs (1)
21
: (Method.Method is EcmaMethod ecmaMethod) ? ecmaMethod.
GetParameterDisplayName
(MetadataIndex)