4 references to OtherParentheses
Microsoft.CodeAnalysis.CodeStyle (2)
src\Analyzers\Core\Analyzers\AnalyzerOptionsProvider.cs (1)
65public CodeStyleOption2<ParenthesesPreference> OtherParentheses => GetOption(CodeStyleOptions2.OtherParentheses);
src\Analyzers\Core\Analyzers\ParenthesesDiagnosticAnalyzersHelper.cs (1)
20CodeStyleOptions2.OtherParentheses,
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (2)
src\Features\DiagnosticsTestUtilities\Diagnostics\ParenthesesOptionsProvider.cs (2)
49=> GetAllExceptOtherParenthesesOptions().Concat(CodeStyleOptions2.OtherParentheses); 89optionsCollection.Add(CodeStyleOptions2.OtherParentheses, RemoveIfUnnecessaryPreference);