2 references to GetAllExceptOtherParenthesesOptions
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (2)
src\Features\DiagnosticsTestUtilities\Diagnostics\ParenthesesOptionsProvider.cs (2)
49
=>
GetAllExceptOtherParenthesesOptions
().Concat(CodeStyleOptions2.OtherParentheses);
84
foreach (var option in
GetAllExceptOtherParenthesesOptions
())