9 references to GetReflectionAccessDiagnosticsForMethod
ILLink.RoslynAnalyzer (9)
TrimAnalysis\HandleCallAction.cs (1)
306=> _reflectionAccessAnalyzer.GetReflectionAccessDiagnosticsForMethod(_diagnosticContext.Location, method.Method);
TrimAnalysis\ReflectionAccessAnalyzer.cs (8)
42GetReflectionAccessDiagnosticsForMethod(location, method); 86GetReflectionAccessDiagnosticsForMethod(location, c); 92GetReflectionAccessDiagnosticsForMethod(location, c); 190GetReflectionAccessDiagnosticsForMethod(location, propertySymbol.SetMethod); 192GetReflectionAccessDiagnosticsForMethod(location, propertySymbol.GetMethod); 198GetReflectionAccessDiagnosticsForMethod(location, eventSymbol.AddMethod); 200GetReflectionAccessDiagnosticsForMethod(location, eventSymbol.RemoveMethod); 202GetReflectionAccessDiagnosticsForMethod(location, eventSymbol.RaiseMethod);