4 references to MakeGenericType
ILLink.RoslynAnalyzer (4)
DynamicallyAccessedMembersAnalyzer.cs (1)
62
diagDescriptorsArrayBuilder.Add(DiagnosticDescriptors.GetDiagnosticDescriptor(DiagnosticId.
MakeGenericType
));
RequiresUnreferencedCodeAnalyzer.cs (1)
27
private static readonly DiagnosticDescriptor s_makeGenericTypeRule = DiagnosticDescriptors.GetDiagnosticDescriptor(DiagnosticId.
MakeGenericType
);
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
1189
_diagnosticContext.AddDiagnostic(DiagnosticId.
MakeGenericType
, calledMethod.GetDisplayName());
1201
_diagnosticContext.AddDiagnostic(DiagnosticId.
MakeGenericType
, calledMethod.GetDisplayName());