5 references to Helpers
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
CSharpUseIndexOperatorDiagnosticAnalyzer.cs (1)
18
using static
Helpers
;
CSharpUseIndexOperatorDiagnosticAnalyzer.InfoCache.cs (1)
13
using static
Helpers
;
CSharpUseRangeOperatorDiagnosticAnalyzer.cs (1)
21
using static
Helpers
;
CSharpUseRangeOperatorDiagnosticAnalyzer.InfoCache.cs (1)
14
using static
Helpers
;
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUseRangeOperatorCodeFixProvider.cs (1)
28
using static
Helpers
;