24 references to Divide
Microsoft.CodeAnalysis.VisualBasic (23)
Binding\Binder_Operators.vb (1)
1011BinaryOperatorKind.Divide,
Binding\Binder_Statements.vb (1)
2141operatorKind = BinaryOperatorKind.Divide
Binding\DocumentationCommentCrefBinder.vb (1)
948Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Divide)
CodeGen\EmitConversion.vb (1)
122BinaryOperatorKind.Divide,
CodeGen\EmitOperators.vb (2)
224Case BinaryOperatorKind.Divide, 296Case BinaryOperatorKind.Divide,
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (5)
32BinaryOperatorKind.Divide, 319opKind = BinaryOperatorKind.Divide OrElse opKind = BinaryOperatorKind.IntegerDivide OrElse 500Case BinaryOperatorKind.Divide 564Case BinaryOperatorKind.Divide 601BinaryOperatorKind.Divide
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
370BinaryOperatorKind.Divide,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
412Case BinaryOperatorKind.Divide
Operations\VisualBasicOperationFactory_Methods.vb (1)
641Case VisualBasic.BinaryOperatorKind.Divide
Semantics\Operators.vb (8)
99operators.Add(WellKnownMemberNames.DivisionOperatorName, New OperatorInfo(BinaryOperatorKind.Divide)) 169Case BinaryOperatorKind.Divide 244Case BinaryOperatorKind.Divide 826Case SyntaxKind.DivideExpression : result = BinaryOperatorKind.Divide 1379Case BinaryOperatorKind.Divide 1476Case BinaryOperatorKind.Divide 1659Case BinaryOperatorKind.Divide 3042Case BinaryOperatorKind.Divide
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
448BinaryOperatorKind.Divide,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\BinaryOperators.vb (1)
891BinaryOperatorKind.Divide,