24 references to Divide
Microsoft.CodeAnalysis.VisualBasic (24)
Binding\Binder_Operators.vb (1)
1041BinaryOperatorKind.Divide,
Binding\Binder_Statements.vb (1)
2170operatorKind = BinaryOperatorKind.Divide
Binding\DocumentationCommentCrefBinder.vb (1)
948Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Divide)
CodeGen\EmitConversion.vb (1)
122BinaryOperatorKind.Divide,
CodeGen\EmitOperators.vb (2)
241Case BinaryOperatorKind.Divide, 313Case BinaryOperatorKind.Divide,
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (6)
22BinaryOperatorKind.Divide, 137BinaryOperatorKind.Divide 393opKind = BinaryOperatorKind.Divide OrElse opKind = BinaryOperatorKind.IntegerDivide OrElse 487BinaryOperatorKind.Divide 630Case BinaryOperatorKind.Divide 694Case BinaryOperatorKind.Divide
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
370BinaryOperatorKind.Divide,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
407Case 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)
465BinaryOperatorKind.Divide,