9 references to GetReflectionAccessDiagnosticsForMethod
ILLink.RoslynAnalyzer (9)
TrimAnalysis\HandleCallAction.cs (1)
305=> _reflectionAccessAnalyzer.GetReflectionAccessDiagnosticsForMethod(_diagnosticContext.Location, method.Method);
TrimAnalysis\ReflectionAccessAnalyzer.cs (8)
35GetReflectionAccessDiagnosticsForMethod(location, method); 79GetReflectionAccessDiagnosticsForMethod(location, c); 85GetReflectionAccessDiagnosticsForMethod(location, c); 183GetReflectionAccessDiagnosticsForMethod(location, propertySymbol.SetMethod); 185GetReflectionAccessDiagnosticsForMethod(location, propertySymbol.GetMethod); 191GetReflectionAccessDiagnosticsForMethod(location, eventSymbol.AddMethod); 193GetReflectionAccessDiagnosticsForMethod(location, eventSymbol.RemoveMethod); 195GetReflectionAccessDiagnosticsForMethod(location, eventSymbol.RaiseMethod);