Implemented interface member:
method
GetDisplayName
ILLink.Shared.TypeSystemProxy.IMemberProxy.GetDisplayName()
28 references to GetDisplayName
illink (28)
Linker.Dataflow\FlowAnnotations.cs (2)
740
throw new InvalidOperationException ($"Cannot get 'this' parameter of method {method.
GetDisplayName
()} with no 'this' parameter.");
748
throw new InvalidOperationException ($"Cannot get 'this' parameter of method {method.
GetDisplayName
()} with no 'this' parameter.");
Linker.Dataflow\HandleCallAction.cs (3)
60
_diagnosticContext.AddDiagnostic (DiagnosticId.CorrectnessOfCOMCannotBeGuaranteed, calledMethod.
GetDisplayName
());
63
MarkStep.ReportRequiresUnreferencedCode (calledMethod.
GetDisplayName
(), requiresUnreferencedCode, _diagnosticContext);
243
calledMethod.
GetDisplayName
());
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (20)
53
throw new InvalidOperationException ($"Internal trimming error: processing of call from {GetContainingSymbolDisplayName ()} to {calledMethod.
GetDisplayName
()} returned value which is not correctly annotated with the expected dynamic member access kinds.");
60
throw new InvalidOperationException ($"Internal trimming error: processing of call from {GetContainingSymbolDisplayName ()} to {calledMethod.
GetDisplayName
()} returned value which is not correctly annotated with the expected dynamic member access kinds.");
329
_diagnosticContext.AddDiagnostic (DiagnosticId.UnrecognizedTypeInRuntimeHelpersRunClassConstructor, calledMethod.
GetDisplayName
());
367
_ => throw new ArgumentException ($"Reflection call '{calledMethod.
GetDisplayName
()}' inside '{GetContainingSymbolDisplayName ()}' is of unexpected member type."),
378
_ => throw new ArgumentException ($"Reflection call '{calledMethod.
GetDisplayName
()}' inside '{GetContainingSymbolDisplayName ()}' is of unexpected member type."),
419
_ => throw new ArgumentException ($"Reflection call '{calledMethod.
GetDisplayName
()}' inside '{GetContainingSymbolDisplayName ()}' is of unexpected member type."),
472
throw new ArgumentException ($"Reflection call '{calledMethod.
GetDisplayName
()}' inside '{GetContainingSymbolDisplayName ()}' is an unexpected intrinsic.");
643
_ => throw new ArgumentException ($"Reflection call '{calledMethod.
GetDisplayName
()}' inside '{GetContainingSymbolDisplayName ()}' is of unexpected member type."),
668
throw new ArgumentException ($"Error processing reflection call '{calledMethod.
GetDisplayName
()}' inside {GetContainingSymbolDisplayName ()}. Unexpected member kind.");
803
_diagnosticContext.AddDiagnostic (DiagnosticId.MakeGenericMethod, calledMethod.
GetDisplayName
());
813
_diagnosticContext.AddDiagnostic (DiagnosticId.MakeGenericMethod, calledMethod.
GetDisplayName
());
866
_diagnosticContext.AddDiagnostic (DiagnosticId.CaseInsensitiveTypeGetTypeCallIsNotSupported, calledMethod.
GetDisplayName
());
887
_diagnosticContext.AddDiagnostic (DiagnosticId.UnrecognizedTypeNameInTypeGetType, calledMethod.
GetDisplayName
());
954
_diagnosticContext.AddDiagnostic (DiagnosticId.MakeGenericType, calledMethod.
GetDisplayName
());
962
_diagnosticContext.AddDiagnostic (DiagnosticId.MakeGenericType, calledMethod.
GetDisplayName
());
1120
_diagnosticContext.AddDiagnostic (DiagnosticId.MakeGenericMethod, calledMethod.
GetDisplayName
());
1259
_diagnosticContext.AddDiagnostic (DiagnosticId.ParametersOfAssemblyCreateInstanceCannotBeAnalyzed, calledMethod.
GetDisplayName
());
1381
_diagnosticContext.AddDiagnostic (DiagnosticId.MakeGenericMethod, reflectionMethod.
GetDisplayName
());
1433
_diagnosticContext.AddDiagnostic (DiagnosticId.UnrecognizedParameterInMethodCreateInstance, new ParameterProxy (calledMethod, (ParameterIndex) 1 + offset).GetDisplayName (), calledMethod.
GetDisplayName
());
1437
_diagnosticContext.AddDiagnostic (DiagnosticId.UnrecognizedParameterInMethodCreateInstance, new ParameterProxy (calledMethod, (ParameterIndex) 0 + offset).GetDisplayName (), calledMethod.
GetDisplayName
());
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterProxy.cs (3)
17
throw new InvalidOperationException ($"Parameter of index {(int) index} does not exist on method {method.
GetDisplayName
()} with {method.GetParametersCount ()}");
52
new string[] { Method.
GetDisplayName
() }
54
: new string[] { GetDisplayName (), Method.
GetDisplayName
() };