1 write to OtherBinaryParentheses
Microsoft.CodeAnalysis.Workspaces (1)
IdeCodeStyleOptions.cs (1)
86OtherBinaryParentheses = options.GetOption(CodeStyleOptions2.OtherBinaryParentheses, language, fallbackOptions.OtherBinaryParentheses);
3 references to OtherBinaryParentheses
Microsoft.CodeAnalysis.Features (1)
AnalyzerOptionsProvider.cs (1)
90public CodeStyleOption2<ParenthesesPreference> OtherBinaryParentheses => GetOption(CodeStyleOptions2.OtherBinaryParentheses, FallbackCodeStyleOptions.OtherBinaryParentheses);
Microsoft.CodeAnalysis.Workspaces (2)
CodeStyleOptions2.cs (1)
272IdeCodeStyleOptions.CommonDefaults.OtherBinaryParentheses,
IdeCodeStyleOptions.cs (1)
86OtherBinaryParentheses = options.GetOption(CodeStyleOptions2.OtherBinaryParentheses, language, fallbackOptions.OtherBinaryParentheses);