23 references to Like
Microsoft.CodeAnalysis.VisualBasic (23)
Binding\Binder_Operators.vb (6)
363
BinaryOperatorKind.
Like
370
(isOperandOfConditionalBranch AndAlso preliminaryOperatorKind <> BinaryOperatorKind.
Like
) Then
392
Debug.Assert(isOperandOfConditionalBranch AndAlso preliminaryOperatorKind <> BinaryOperatorKind.
Like
)
1024
BinaryOperatorKind.
Like
1072
BinaryOperatorKind.
Like
1112
BinaryOperatorKind.
Like
Binding\DocumentationCommentCrefBinder.vb (1)
1008
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
Like
)
Compilation\VisualBasicCompilation.vb (1)
3012
opInfo.BinaryOperatorKind = BinaryOperatorKind.
Like
Then
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
91
Case BinaryOperatorKind.
Like
,
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (3)
43
Case BinaryOperatorKind.
Like
,
59
Case BinaryOperatorKind.
Like
,
741
Debug.Assert((opKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.
Like
OrElse
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
255
Case BinaryOperatorKind.
Like
Operations\VisualBasicOperationFactory_Methods.vb (1)
679
Case VisualBasic.BinaryOperatorKind.
Like
Semantics\Operators.vb (8)
109
operators.Add(WellKnownMemberNames.LikeOperatorName, New OperatorInfo(BinaryOperatorKind.
Like
))
189
Case BinaryOperatorKind.
Like
224
Case BinaryOperatorKind.
Like
816
Case SyntaxKind.LikeExpression : result = BinaryOperatorKind.
Like
978
opCode <> BinaryOperatorKind.Concatenate AndAlso opCode <> BinaryOperatorKind.
Like
Then
1053
If op <> BinaryOperatorKind.
Like
AndAlso
1677
BinaryOperatorKind.
Like
3092
Case BinaryOperatorKind.
Like
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
475
BinaryOperatorKind.
Like
,