6 references to GetDisplayName
ILLink.RoslynAnalyzer (6)
DynamicallyAccessedMembersAnalyzer.cs (2)
220
overrideParam.
GetDisplayName
(), overrideMethod.GetDisplayName (), baseParam.
GetDisplayName
(), baseMethod.GetDisplayName ()));
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
1403
_diagnosticContext.AddDiagnostic (DiagnosticId.UnrecognizedParameterInMethodCreateInstance, new ParameterProxy (calledMethod, (ParameterIndex) 1 + offset).
GetDisplayName
(), calledMethod.GetDisplayName ());
1407
_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 () };
TrimAnalysis\ParameterProxy.cs (1)
31
Debug.Fail ($"Unexpected RefKind {Method.Method.Parameters[MetadataIndex].RefKind} found on parameter {
GetDisplayName
()}");