43 references to OrElse
Microsoft.CodeAnalysis.VisualBasic (43)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
2164
BinaryOperatorKind.
OrElse
2182
Case BinaryOperatorKind.
OrElse
2204
BinaryOperatorKind.
OrElse
Binding\Binder_Operators.vb (5)
163
preliminaryOperatorKind = BinaryOperatorKind.
OrElse
)
310
If preliminaryOperatorKind = BinaryOperatorKind.AndAlso OrElse preliminaryOperatorKind = BinaryOperatorKind.
OrElse
Then
433
If Not isSelectCase OrElse preliminaryOperatorKind <> BinaryOperatorKind.
OrElse
Then
659
Debug.Assert(opKind = BinaryOperatorKind.AndAlso OrElse opKind = BinaryOperatorKind.
OrElse
)
1027
Case BinaryOperatorKind.
OrElse
,
Binding\Binder_SelectCase.vb (1)
426
preliminaryOperatorKind:=BinaryOperatorKind.
OrElse
,
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (1)
320
Return New BoundBinaryOperator(Syntax, BinaryOperatorKind.
OrElse
,
BoundTree\BoundUserDefinedBinaryOperator.vb (1)
37
Debug.Assert((OperatorKind And BinaryOperatorKind.OpMask) <> BinaryOperatorKind.
OrElse
)
CodeGen\EmitOperators.vb (3)
99
Dim shortCircuit As Boolean = operationKind = BinaryOperatorKind.AndAlso OrElse operationKind = BinaryOperatorKind.
OrElse
118
Case BinaryOperatorKind.
OrElse
,
453
Case BinaryOperatorKind.
OrElse
CodeGen\EmitStatement.vb (1)
697
Case BinaryOperatorKind.
OrElse
CodeGen\Optimizer\StackScheduler.Analyzer.vb (2)
939
Case BinaryOperatorKind.AndAlso, BinaryOperatorKind.
OrElse
977
Case BinaryOperatorKind.AndAlso, BinaryOperatorKind.
OrElse
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
242
If operatorKind = BinaryOperatorKind.AndAlso OrElse operatorKind = BinaryOperatorKind.
OrElse
Then
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (3)
39
Case BinaryOperatorKind.
OrElse
,
340
Debug.Assert(opKind = BinaryOperatorKind.AndAlso OrElse opKind = BinaryOperatorKind.
OrElse
)
363
Case BinaryOperatorKind.
OrElse
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
377
BinaryOperatorKind.
OrElse
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (12)
101
Case BinaryOperatorKind.AndAlso, BinaryOperatorKind.
OrElse
141
If optimizeForConditionalBranch AndAlso (binary.OperatorKind And BinaryOperatorKind.OpMask) <> BinaryOperatorKind.
OrElse
Then
436
Case BinaryOperatorKind.
OrElse
, BinaryOperatorKind.AndAlso
804
(node.OperatorKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.
OrElse
OrElse
818
(leftHasValue OrElse Not Me._inExpressionLambda OrElse (node.OperatorKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.
OrElse
) Then
852
BinaryOperatorKind.
OrElse
953
Debug.Assert(leftHasValue OrElse Not Me._inExpressionLambda OrElse (node.OperatorKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.
OrElse
)
962
If (node.OperatorKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.
OrElse
Then
997
BinaryOperatorKind.
OrElse
,
1025
Debug.Assert(leftHasValue OrElse (node.OperatorKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.
OrElse
)
1071
Dim isOr As Boolean = (op = BinaryOperatorKind.
OrElse
) OrElse
1166
Dim IsShortCircuited = (op = BinaryOperatorKind.AndAlso Or op = BinaryOperatorKind.
OrElse
)
Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb (1)
424
BinaryOperatorKind.
OrElse
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
48
Case BinaryOperatorKind.AndAlso, BinaryOperatorKind.
OrElse
Lowering\SyntheticBoundNodeFactory.vb (1)
431
Return Binary(BinaryOperatorKind.
OrElse
, SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Boolean), left, right)
Operations\VisualBasicOperationFactory_Methods.vb (1)
655
Case VisualBasic.BinaryOperatorKind.
OrElse
Semantics\Operators.vb (5)
205
Case BinaryOperatorKind.
OrElse
833
Case SyntaxKind.OrElseExpression : result = BinaryOperatorKind.
OrElse
1614
Case BinaryOperatorKind.
OrElse
,
1672
Case BinaryOperatorKind.
OrElse
,
3109
Case BinaryOperatorKind.Or, BinaryOperatorKind.
OrElse