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