25 references to Concatenate
Microsoft.CodeAnalysis.VisualBasic (25)
Binding\Binder_Operators.vb (6)
268If (preliminaryOperatorKind = BinaryOperatorKind.Concatenate AndAlso leftIsDBNull <> rightIsDBNull) OrElse 454If preliminaryOperatorKind = BinaryOperatorKind.Concatenate Then 513operatorKind = operatorKind Or BinaryOperatorKind.Concatenate 1023Case BinaryOperatorKind.Concatenate, 1071Case BinaryOperatorKind.Concatenate, 1111Case BinaryOperatorKind.Concatenate,
Binding\Binder_Statements.vb (1)
2185operatorKind = BinaryOperatorKind.Concatenate
Binding\DocumentationCommentCrefBinder.vb (1)
1014Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Concatenate)
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
92BinaryOperatorKind.Concatenate
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (4)
44BinaryOperatorKind.Concatenate 60BinaryOperatorKind.Concatenate 712Case BinaryOperatorKind.Concatenate 742(opKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.Concatenate)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
373BinaryOperatorKind.Concatenate,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
248Case BinaryOperatorKind.Concatenate ' Concat needs to be done before expr trees, so in LocalRewriter instead of VBSemanticsRewriter
Operations\VisualBasicOperationFactory_Methods.vb (1)
681Case VisualBasic.BinaryOperatorKind.Concatenate
Semantics\Operators.vb (8)
110operators.Add(WellKnownMemberNames.ConcatenateOperatorName, New OperatorInfo(BinaryOperatorKind.Concatenate)) 191Case BinaryOperatorKind.Concatenate 222Case BinaryOperatorKind.Concatenate 815Case SyntaxKind.ConcatenateExpression : result = BinaryOperatorKind.Concatenate 978opCode <> BinaryOperatorKind.Concatenate AndAlso opCode <> BinaryOperatorKind.Like Then 1515Case BinaryOperatorKind.Concatenate 1676Case BinaryOperatorKind.Concatenate, 3097Case BinaryOperatorKind.Concatenate
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
476BinaryOperatorKind.Concatenate,