21 references to Power
Microsoft.CodeAnalysis.VisualBasic (21)
Binding\Binder_Operators.vb (1)
1040
BinaryOperatorKind.
Power
,
Binding\Binder_Statements.vb (1)
2176
operatorKind = BinaryOperatorKind.
Power
Binding\DocumentationCommentCrefBinder.vb (1)
966
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
Power
)
CodeGen\EmitConversion.vb (1)
124
BinaryOperatorKind.
Power
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (6)
18
BinaryOperatorKind.
Power
,
143
Case BinaryOperatorKind.
Power
391
opKind = BinaryOperatorKind.
Power
OrElse opKind = BinaryOperatorKind.Multiply OrElse
410
ElseIf opKind = BinaryOperatorKind.
Power
Then
417
Debug.Assert(opKind <> BinaryOperatorKind.
Power
OrElse helper IsNot Nothing)
700
Case BinaryOperatorKind.
Power
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
369
Case BinaryOperatorKind.
Power
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
419
Case BinaryOperatorKind.
Power
Operations\VisualBasicOperationFactory_Methods.vb (1)
677
Case VisualBasic.BinaryOperatorKind.
Power
Semantics\Operators.vb (7)
102
operators.Add(WellKnownMemberNames.ExponentOperatorName, New OperatorInfo(BinaryOperatorKind.
Power
))
175
Case BinaryOperatorKind.
Power
242
Case BinaryOperatorKind.
Power
825
Case SyntaxKind.ExponentiateExpression : result = BinaryOperatorKind.
Power
1356
Case BinaryOperatorKind.
Power
1665
Case BinaryOperatorKind.
Power
3057
Case BinaryOperatorKind.
Power
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
468
BinaryOperatorKind.
Power
,