30 references to Or
Microsoft.CodeAnalysis.VisualBasic (28)
Binding\Binder_Operators.vb (2)
632
Dim bitwiseKind As BinaryOperatorKind = If(opKind = BinaryOperatorKind.AndAlso, BinaryOperatorKind.And, BinaryOperatorKind.
Or
) Or BinaryOperatorKind.UserDefined
1017
BinaryOperatorKind.
Or
,
Binding\DocumentationCommentCrefBinder.vb (1)
1029
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
Or
)
CodeGen\EmitOperators.vb (3)
185
Case BinaryOperatorKind.
Or
210
Case BinaryOperatorKind.
Or
497
Case BinaryOperatorKind.
Or
Compilation\VisualBasicCompilation.vb (1)
2961
opInfo.BinaryOperatorKind = BinaryOperatorKind.
Or
Then
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (4)
26
BinaryOperatorKind.
Or
,
316
Debug.Assert(opKind = BinaryOperatorKind.And OrElse opKind = BinaryOperatorKind.
Or
OrElse opKind = BinaryOperatorKind.Xor OrElse
576
Case BinaryOperatorKind.
Or
609
Case BinaryOperatorKind.
Or
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
376
BinaryOperatorKind.
Or
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (3)
451
Case BinaryOperatorKind.
Or
855
BinaryOperatorKind.
Or
,
1077
(op = BinaryOperatorKind.
Or
)
Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb (1)
402
BinaryOperatorKind.
Or
,
Operations\VisualBasicOperationFactory_Methods.vb (1)
649
Case VisualBasic.BinaryOperatorKind.
Or
Semantics\Operators.vb (10)
112
operators.Add(WellKnownMemberNames.BitwiseOrOperatorName, New OperatorInfo(BinaryOperatorKind.
Or
))
122
operators.Add(WellKnownMemberNames.LogicalOrOperatorName, New OperatorInfo(BinaryOperatorKind.
Or
))
195
Case BinaryOperatorKind.
Or
256
Case BinaryOperatorKind.
Or
832
Case SyntaxKind.OrExpression : result = BinaryOperatorKind.
Or
941
(opCode = BinaryOperatorKind.Xor OrElse opCode = BinaryOperatorKind.And OrElse opCode = BinaryOperatorKind.
Or
) AndAlso
1252
Case BinaryOperatorKind.
Or
1615
BinaryOperatorKind.
Or
1689
BinaryOperatorKind.
Or
,
3109
Case BinaryOperatorKind.
Or
, BinaryOperatorKind.OrElse
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
469
Case BinaryOperatorKind.
Or
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\BinaryOperators.vb (2)
897
BinaryOperatorKind.
Or
,
1192
Case BinaryOperatorKind.Xor, BinaryOperatorKind.And, BinaryOperatorKind.
Or