3 references to ConditionalOr
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
AbstractCSharpPrecedenceService.cs (1)
24
case OperatorPrecedence.
ConditionalOr
:
ExpressionSyntaxExtensions.cs (1)
829
return OperatorPrecedence.
ConditionalOr
;
ParenthesizedExpressionSyntaxExtensions.cs (1)
770
return OperatorPrecedence.
ConditionalOr
;