4 references to OtherBinaryParentheses
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\Analyzers\AnalyzerOptionsProvider.cs (1)
63
public CodeStyleOption2<ParenthesesPreference> OtherBinaryParentheses => GetOption(CodeStyleOptions2.
OtherBinaryParentheses
);
src\Analyzers\Core\Analyzers\ParenthesesDiagnosticAnalyzersHelper.cs (1)
19
CodeStyleOptions2.
OtherBinaryParentheses
,
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\DataProvider\CodeStyle\CommonCodeStyleSettingsProvider.cs (1)
121
yield return CodeStyleSetting.Create(CodeStyleOptions2.
OtherBinaryParentheses
, EditorFeaturesResources.In_other_binary_operators, options, updater, enumValues, valueDescriptions);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\StyleViewModel.cs (1)
2351
optionStore, CodeStyleOptions2.
OtherBinaryParentheses
,