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