30 references to Concatenate
Microsoft.CodeAnalysis.VisualBasic (27)
Binding\Binder_Operators.vb (6)
238
If (preliminaryOperatorKind = BinaryOperatorKind.
Concatenate
AndAlso leftIsDBNull <> rightIsDBNull) OrElse
424
If preliminaryOperatorKind = BinaryOperatorKind.
Concatenate
Then
483
operatorKind = operatorKind Or BinaryOperatorKind.
Concatenate
993
Case BinaryOperatorKind.
Concatenate
,
1041
Case BinaryOperatorKind.
Concatenate
,
1081
Case BinaryOperatorKind.
Concatenate
,
Binding\Binder_Statements.vb (1)
2156
operatorKind = BinaryOperatorKind.
Concatenate
Binding\DocumentationCommentCrefBinder.vb (1)
1014
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
Concatenate
)
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
92
BinaryOperatorKind.
Concatenate
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (6)
35
BinaryOperatorKind.
Concatenate
,
70
BinaryOperatorKind.
Concatenate
320
opKind = BinaryOperatorKind.Modulo OrElse opKind = BinaryOperatorKind.
Concatenate
OrElse
332
ElseIf opKind = BinaryOperatorKind.
Concatenate
Then
582
Case BinaryOperatorKind.
Concatenate
660
(opKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.
Concatenate
)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
373
BinaryOperatorKind.
Concatenate
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
253
Case BinaryOperatorKind.
Concatenate
' Concat needs to be done before expr trees, so in LocalRewriter instead of VBSemanticsRewriter
Operations\VisualBasicOperationFactory_Methods.vb (1)
681
Case VisualBasic.BinaryOperatorKind.
Concatenate
Semantics\Operators.vb (8)
110
operators.Add(WellKnownMemberNames.ConcatenateOperatorName, New OperatorInfo(BinaryOperatorKind.
Concatenate
))
191
Case BinaryOperatorKind.
Concatenate
222
Case BinaryOperatorKind.
Concatenate
815
Case SyntaxKind.ConcatenateExpression : result = BinaryOperatorKind.
Concatenate
978
opCode <> BinaryOperatorKind.
Concatenate
AndAlso opCode <> BinaryOperatorKind.Like Then
1515
Case BinaryOperatorKind.
Concatenate
1676
Case BinaryOperatorKind.
Concatenate
,
3097
Case BinaryOperatorKind.
Concatenate
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
459
BinaryOperatorKind.
Concatenate
,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (3)
Semantics\BinaryOperators.vb (3)
880
BinaryOperatorKind.
Concatenate
,
1204
BinaryOperatorKind.
Concatenate
,
1213
BinaryOperatorKind.
Concatenate
,