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