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