2 overrides of GetDiagnosticLocation
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractPopulateSwitchStatementDiagnosticAnalyzer.cs (1)
35protected sealed override Location GetDiagnosticLocation(TSwitchSyntax switchBlock)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpPopulateSwitchExpressionDiagnosticAnalyzer.cs (1)
15protected override Location GetDiagnosticLocation(SwitchExpressionSyntax switchBlock)
1 reference to GetDiagnosticLocation
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractPopulateSwitchDiagnosticAnalyzer.cs (1)
65GetDiagnosticLocation(switchBlock),