30 references to Concatenate
Microsoft.CodeAnalysis.VisualBasic (27)
Binding\Binder_Operators.vb (6)
238If (preliminaryOperatorKind = BinaryOperatorKind.Concatenate AndAlso leftIsDBNull <> rightIsDBNull) OrElse 424If preliminaryOperatorKind = BinaryOperatorKind.Concatenate Then 483operatorKind = operatorKind Or BinaryOperatorKind.Concatenate 993Case BinaryOperatorKind.Concatenate, 1041Case BinaryOperatorKind.Concatenate, 1081Case BinaryOperatorKind.Concatenate,
Binding\Binder_Statements.vb (1)
2156operatorKind = 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 (6)
35BinaryOperatorKind.Concatenate, 70BinaryOperatorKind.Concatenate 320opKind = BinaryOperatorKind.Modulo OrElse opKind = BinaryOperatorKind.Concatenate OrElse 332ElseIf opKind = BinaryOperatorKind.Concatenate Then 582Case BinaryOperatorKind.Concatenate 660(opKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.Concatenate)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
373BinaryOperatorKind.Concatenate,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
253Case 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)
459BinaryOperatorKind.Concatenate,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (3)
Semantics\BinaryOperators.vb (3)
880BinaryOperatorKind.Concatenate, 1204BinaryOperatorKind.Concatenate, 1213BinaryOperatorKind.Concatenate,