24 references to Divide
Microsoft.CodeAnalysis.VisualBasic (23)
Binding\Binder_Operators.vb (1)
1011
BinaryOperatorKind.
Divide
,
Binding\Binder_Statements.vb (1)
2141
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)
224
Case BinaryOperatorKind.
Divide
,
296
Case BinaryOperatorKind.
Divide
,
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (5)
32
BinaryOperatorKind.
Divide
,
319
opKind = BinaryOperatorKind.
Divide
OrElse opKind = BinaryOperatorKind.IntegerDivide OrElse
500
Case BinaryOperatorKind.
Divide
564
Case BinaryOperatorKind.
Divide
601
BinaryOperatorKind.
Divide
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
370
BinaryOperatorKind.
Divide
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
412
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)
448
BinaryOperatorKind.
Divide
,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\BinaryOperators.vb (1)
891
BinaryOperatorKind.
Divide
,