24 references to Divide
Microsoft.CodeAnalysis.VisualBasic (24)
Binding\Binder_Operators.vb (1)
1041
BinaryOperatorKind.
Divide
,
Binding\Binder_Statements.vb (1)
2170
operatorKind = BinaryOperatorKind.
Divide
Binding\DocumentationCommentCrefBinder.vb (1)
948
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
Divide
)
CodeGen\EmitConversion.vb (1)
122
BinaryOperatorKind.
Divide
,
CodeGen\EmitOperators.vb (2)
241
Case BinaryOperatorKind.
Divide
,
313
Case BinaryOperatorKind.
Divide
,
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (6)
22
BinaryOperatorKind.
Divide
,
137
BinaryOperatorKind.
Divide
393
opKind = BinaryOperatorKind.
Divide
OrElse opKind = BinaryOperatorKind.IntegerDivide OrElse
487
BinaryOperatorKind.
Divide
630
Case BinaryOperatorKind.
Divide
694
Case BinaryOperatorKind.
Divide
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
370
BinaryOperatorKind.
Divide
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
407
Case BinaryOperatorKind.
Divide
Operations\VisualBasicOperationFactory_Methods.vb (1)
641
Case VisualBasic.BinaryOperatorKind.
Divide
Semantics\Operators.vb (8)
99
operators.Add(WellKnownMemberNames.DivisionOperatorName, New OperatorInfo(BinaryOperatorKind.
Divide
))
169
Case BinaryOperatorKind.
Divide
244
Case BinaryOperatorKind.
Divide
826
Case SyntaxKind.DivideExpression : result = BinaryOperatorKind.
Divide
1379
Case BinaryOperatorKind.
Divide
1476
Case BinaryOperatorKind.
Divide
1659
Case BinaryOperatorKind.
Divide
3042
Case BinaryOperatorKind.
Divide
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
465
BinaryOperatorKind.
Divide
,