41 references to Add
Microsoft.CodeAnalysis.VisualBasic (36)
Binding\Binder_Expressions.vb (2)
4394Dim value = OverloadResolution.TryFoldConstantBinaryOperator(BinaryOperatorKind.Add, upperBound, one, int32Type, integerOverflow, divideByZero, Nothing) 4406BinaryOperatorKind.Add,
Binding\Binder_Operators.vb (3)
239(preliminaryOperatorKind = BinaryOperatorKind.Add AndAlso 480If (operatorKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.Add AndAlso operatorResultType.IsStringType() Then 1001Case BinaryOperatorKind.Add,
Binding\Binder_Statements.vb (3)
2132operatorKind = BinaryOperatorKind.Add 3178Dim addition As BoundUserDefinedBinaryOperator = BindForLoopUserDefinedOperator(syntax, BinaryOperatorKind.Add, leftOperandPlaceholder, rightOperandPlaceholder, diagnostics) 3248Debug.Assert(opCode = BinaryOperatorKind.Add OrElse opCode = BinaryOperatorKind.Subtract OrElse opCode = BinaryOperatorKind.LessThanOrEqual OrElse opCode = BinaryOperatorKind.GreaterThanOrEqual)
Binding\DocumentationCommentCrefBinder.vb (1)
927Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Add)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (1)
170expression = New BoundBinaryOperator(syntax, BinaryOperatorKind.Add, expression,
Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb (1)
114F.Binary(BinaryOperatorKind.Add, i.Type,
BoundTree\BoundBinaryOperator.vb (1)
48op = BinaryOperatorKind.Add OrElse
CodeGen\EmitConversion.vb (1)
119Case BinaryOperatorKind.Add,
CodeGen\EmitOperators.vb (2)
230BinaryOperatorKind.Add, 272Case BinaryOperatorKind.Add
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (5)
30BinaryOperatorKind.Add, 318opKind = BinaryOperatorKind.Add OrElse opKind = BinaryOperatorKind.Subtract OrElse 494Case BinaryOperatorKind.Add 558Case BinaryOperatorKind.Add 594Case BinaryOperatorKind.Add
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
380BinaryOperatorKind.Add,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
384Case BinaryOperatorKind.Add
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (1)
389BinaryOperatorKind.Add,
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (1)
590BinaryOperatorKind.Add,
Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb (1)
401Case BinaryOperatorKind.Add,
Operations\VisualBasicOperationFactory_Methods.vb (1)
635Case VisualBasic.BinaryOperatorKind.Add
Semantics\Operators.vb (9)
95operators.Add(WellKnownMemberNames.AdditionOperatorName, New OperatorInfo(BinaryOperatorKind.Add)) 163Case BinaryOperatorKind.Add 220Case BinaryOperatorKind.Add 814Case SyntaxKind.AddExpression : result = BinaryOperatorKind.Add 1185Case BinaryOperatorKind.Add 1347Case BinaryOperatorKind.Add 1467Case BinaryOperatorKind.Add 1651Case BinaryOperatorKind.Add 3027Case BinaryOperatorKind.Add
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
445Case BinaryOperatorKind.Add,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (5)
Semantics\BinaryOperators.vb (5)
879BinaryOperatorKind.Add, 1203If(op = BinaryOperatorKind.Add AndAlso resultType = SpecialType.System_String, 1212If(op = BinaryOperatorKind.Add AndAlso resultType = SpecialType.System_String, 1220If op = BinaryOperatorKind.Add AndAlso resultType = SpecialType.System_String Then 1233op = BinaryOperatorKind.Add OrElse