25 references to Concatenate
Microsoft.CodeAnalysis.VisualBasic (25)
Binding\Binder_Operators.vb (6)
268
If (preliminaryOperatorKind = BinaryOperatorKind.
Concatenate
AndAlso leftIsDBNull <> rightIsDBNull) OrElse
454
If preliminaryOperatorKind = BinaryOperatorKind.
Concatenate
Then
513
operatorKind = operatorKind Or BinaryOperatorKind.
Concatenate
1023
Case BinaryOperatorKind.
Concatenate
,
1071
Case BinaryOperatorKind.
Concatenate
,
1111
Case BinaryOperatorKind.
Concatenate
,
Binding\Binder_Statements.vb (1)
2185
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 (4)
44
BinaryOperatorKind.
Concatenate
60
BinaryOperatorKind.
Concatenate
712
Case BinaryOperatorKind.
Concatenate
742
(opKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.
Concatenate
)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
373
BinaryOperatorKind.
Concatenate
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
248
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)
476
BinaryOperatorKind.
Concatenate
,