6 references to GetDisplayName
ILLink.RoslynAnalyzer (6)
DynamicallyAccessedMembersAnalyzer.cs (2)
240
overrideParam.
GetDisplayName
(), overrideMethod.GetDisplayName(), baseParam.
GetDisplayName
(), baseMethod.GetDisplayName()));
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() };
TrimAnalysis\ParameterProxy.cs (1)
32
Debug.Fail($"Unexpected RefKind {Method.Method.Parameters[MetadataIndex].RefKind} found on parameter {
GetDisplayName
()}");