6 references to MakeGenericMethod
ILLink.RoslynAnalyzer (6)
DynamicallyAccessedMembersAnalyzer.cs (1)
63
diagDescriptorsArrayBuilder.Add(DiagnosticDescriptors.GetDiagnosticDescriptor(DiagnosticId.
MakeGenericMethod
));
RequiresUnreferencedCodeAnalyzer.cs (1)
28
private static readonly DiagnosticDescriptor s_makeGenericMethodRule = DiagnosticDescriptors.GetDiagnosticDescriptor(DiagnosticId.
MakeGenericMethod
);
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (4)
1004
_diagnosticContext.AddDiagnostic(DiagnosticId.
MakeGenericMethod
, calledMethod.GetDisplayName());
1017
_diagnosticContext.AddDiagnostic(DiagnosticId.
MakeGenericMethod
, calledMethod.GetDisplayName());
1388
_diagnosticContext.AddDiagnostic(DiagnosticId.
MakeGenericMethod
, calledMethod.GetDisplayName());
1744
_diagnosticContext.AddDiagnostic(DiagnosticId.
MakeGenericMethod
, reflectionMethod.GetDisplayName());