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