22 references to IntegerDivide
Microsoft.CodeAnalysis.VisualBasic (22)
Binding\Binder_Operators.vb (1)
1043
BinaryOperatorKind.
IntegerDivide
,
Binding\Binder_Statements.vb (1)
2173
operatorKind = BinaryOperatorKind.
IntegerDivide
Binding\DocumentationCommentCrefBinder.vb (1)
954
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
IntegerDivide
)
BoundTree\BoundBinaryOperator.vb (1)
50
op = BinaryOperatorKind.
IntegerDivide
)
CodeGen\EmitOperators.vb (2)
243
BinaryOperatorKind.
IntegerDivide
314
BinaryOperatorKind.
IntegerDivide
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (5)
24
BinaryOperatorKind.
IntegerDivide
,
136
Case BinaryOperatorKind.
IntegerDivide
,
393
opKind = BinaryOperatorKind.Divide OrElse opKind = BinaryOperatorKind.
IntegerDivide
OrElse
486
Case BinaryOperatorKind.
IntegerDivide
,
696
Case BinaryOperatorKind.
IntegerDivide
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
372
BinaryOperatorKind.
IntegerDivide
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
414
Case BinaryOperatorKind.
IntegerDivide
Operations\VisualBasicOperationFactory_Methods.vb (1)
643
Case VisualBasic.BinaryOperatorKind.
IntegerDivide
Semantics\Operators.vb (7)
100
operators.Add(WellKnownMemberNames.IntegerDivisionOperatorName, New OperatorInfo(BinaryOperatorKind.
IntegerDivide
))
171
Case BinaryOperatorKind.
IntegerDivide
248
Case BinaryOperatorKind.
IntegerDivide
828
Case SyntaxKind.IntegerDivideExpression : result = BinaryOperatorKind.
IntegerDivide
1216
Case BinaryOperatorKind.
IntegerDivide
1662
Case BinaryOperatorKind.
IntegerDivide
3047
Case BinaryOperatorKind.
IntegerDivide
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
466
BinaryOperatorKind.
IntegerDivide
,