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