9 references to GetReflectionAccessDiagnosticsForMethod
ILLink.RoslynAnalyzer (9)
TrimAnalysis\HandleCallAction.cs (1)
229
=> _reflectionAccessAnalyzer.
GetReflectionAccessDiagnosticsForMethod
(_diagnosticContext.Location, method.Method);
TrimAnalysis\ReflectionAccessAnalyzer.cs (8)
33
GetReflectionAccessDiagnosticsForMethod
(location, method);
77
GetReflectionAccessDiagnosticsForMethod
(location, c);
83
GetReflectionAccessDiagnosticsForMethod
(location, c);
169
GetReflectionAccessDiagnosticsForMethod
(location, propertySymbol.SetMethod);
171
GetReflectionAccessDiagnosticsForMethod
(location, propertySymbol.GetMethod);
177
GetReflectionAccessDiagnosticsForMethod
(location, eventSymbol.AddMethod);
179
GetReflectionAccessDiagnosticsForMethod
(location, eventSymbol.RemoveMethod);
181
GetReflectionAccessDiagnosticsForMethod
(location, eventSymbol.RaiseMethod);