3 references to GetDiagnosticLocation
Microsoft.CodeAnalysis.CodeStyle (3)
src\Analyzers\Core\Analyzers\MakeFieldReadonly\AbstractMakeFieldReadonlyDiagnosticAnalyzer.cs (3)
89
if (!symbolContext.ShouldAnalyzeLocation(
GetDiagnosticLocation
(field)))
146
GetDiagnosticLocation
(field) is { } location &&
310
diagnosticLocation =
GetDiagnosticLocation
(field);