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