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