2 references to GetReflectionAccessDiagnosticsForConstructorsOnType
ILLink.RoslynAnalyzer (2)
TrimAnalysis\HandleCallAction.cs (2)
262
=> _reflectionAccessAnalyzer.
GetReflectionAccessDiagnosticsForConstructorsOnType
(_diagnosticContext.Location, type.Type, BindingFlags.Static, parameterCount: 0);
277
=> _reflectionAccessAnalyzer.
GetReflectionAccessDiagnosticsForConstructorsOnType
(_diagnosticContext.Location, type.Type, bindingFlags, parameterCount);