1 write to OtherParentheses
Microsoft.CodeAnalysis.Workspaces (1)
IdeCodeStyleOptions.cs (1)
88OtherParentheses = options.GetOption(CodeStyleOptions2.OtherParentheses, language, fallbackOptions.OtherParentheses);
3 references to OtherParentheses
Microsoft.CodeAnalysis.Features (1)
AnalyzerOptionsProvider.cs (1)
92public CodeStyleOption2<ParenthesesPreference> OtherParentheses => GetOption(CodeStyleOptions2.OtherParentheses, FallbackCodeStyleOptions.OtherParentheses);
Microsoft.CodeAnalysis.Workspaces (2)
CodeStyleOptions2.cs (1)
282IdeCodeStyleOptions.CommonDefaults.OtherParentheses,
IdeCodeStyleOptions.cs (1)
88OtherParentheses = options.GetOption(CodeStyleOptions2.OtherParentheses, language, fallbackOptions.OtherParentheses);