4 references to GetDisplayName
illink (4)
Linker.Dataflow\FlowAnnotations.cs (1)
274
param.
GetDisplayName
(), DiagnosticUtilities.GetMethodSignatureDisplayName(method));
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
1720
_diagnosticContext.AddDiagnostic(DiagnosticId.UnrecognizedParameterInMethodCreateInstance, new ParameterProxy(calledMethod, (ParameterIndex)1 + offset).
GetDisplayName
(), calledMethod.GetDisplayName());
1726
_diagnosticContext.AddDiagnostic(DiagnosticId.UnrecognizedParameterInMethodCreateInstance, new ParameterProxy(calledMethod, (ParameterIndex)0 + offset).
GetDisplayName
(), calledMethod.GetDisplayName());
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterProxy.cs (1)
57
: new string[] {
GetDisplayName
(), Method.GetDisplayName() };