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