3 references to PreferIndexOperator
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAnalyzerOptionsProvider.cs (1)
83
public CodeStyleOption2<bool> PreferIndexOperator => GetOption(CSharpCodeStyleOptions.
PreferIndexOperator
, FallbackCodeStyleOptions.PreferIndexOperator);
CSharpIdeCodeStyleOptions.cs (1)
103
PreferIndexOperator = options.GetOption(CSharpCodeStyleOptions.
PreferIndexOperator
, fallbackOptions.PreferIndexOperator);
CSharpUseIndexOperatorDiagnosticAnalyzer.cs (1)
49
CSharpCodeStyleOptions.
PreferIndexOperator
,