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