29 references to Or
Microsoft.CodeAnalysis.VisualBasic (29)
Binding\Binder_Operators.vb (2)
662
Dim bitwiseKind As BinaryOperatorKind = If(opKind = BinaryOperatorKind.AndAlso, BinaryOperatorKind.And, BinaryOperatorKind.
Or
) Or BinaryOperatorKind.UserDefined
1047
BinaryOperatorKind.
Or
,
Binding\DocumentationCommentCrefBinder.vb (1)
1029
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
Or
)
CodeGen\EmitOperators.vb (3)
202
Case BinaryOperatorKind.
Or
227
Case BinaryOperatorKind.
Or
514
Case BinaryOperatorKind.
Or
Compilation\VisualBasicCompilation.vb (1)
2984
opInfo.BinaryOperatorKind = BinaryOperatorKind.
Or
Then
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (5)
16
BinaryOperatorKind.
Or
,
149
Case BinaryOperatorKind.
Or
390
Debug.Assert(opKind = BinaryOperatorKind.And OrElse opKind = BinaryOperatorKind.
Or
OrElse opKind = BinaryOperatorKind.Xor OrElse
496
Case BinaryOperatorKind.
Or
706
Case BinaryOperatorKind.
Or
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
376
BinaryOperatorKind.
Or
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (3)
446
Case BinaryOperatorKind.
Or
850
BinaryOperatorKind.
Or
,
1072
(op = BinaryOperatorKind.
Or
)
Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb (1)
423
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)
486
Case BinaryOperatorKind.
Or