2 references to GetAllExceptOtherParenthesesOptions
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
Diagnostics\ParenthesesOptionsProvider.cs (2)
49
=>
GetAllExceptOtherParenthesesOptions
().Concat(CodeStyleOptions2.OtherParentheses);
84
foreach (var option in
GetAllExceptOtherParenthesesOptions
())