3 references to GetDiagnosticLocation
Microsoft.CodeAnalysis.CodeStyle (3)
src\Analyzers\Core\Analyzers\RemoveUnusedMembers\AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (3)
286
&& context.ShouldAnalyzeLocation(
GetDiagnosticLocation
(member)))
304
&& symbolContext.ShouldAnalyzeLocation(
GetDiagnosticLocation
(symbol)))
605
var diagnosticLocation =
GetDiagnosticLocation
(member);