6 references to GetDisplayName
ILLink.RoslynAnalyzer (6)
DynamicallyAccessedMembersAnalyzer.cs (2)
252
overrideParam.
GetDisplayName
(), overrideMethod.GetDisplayName(), baseParam.
GetDisplayName
(), baseMethod.GetDisplayName()));
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
1721
_diagnosticContext.AddDiagnostic(DiagnosticId.UnrecognizedParameterInMethodCreateInstance, new ParameterProxy(calledMethod, (ParameterIndex)1 + offset).
GetDisplayName
(), calledMethod.GetDisplayName());
1727
_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() };
TrimAnalysis\ParameterProxy.cs (1)
34
Debug.Fail($"Unexpected RefKind {ParameterSymbol!.RefKind} found on parameter {
GetDisplayName
()}");