20 references to Power
Microsoft.CodeAnalysis.VisualBasic (20)
Binding\Binder_Operators.vb (1)
1040BinaryOperatorKind.Power,
Binding\Binder_Statements.vb (1)
2176operatorKind = BinaryOperatorKind.Power
Binding\DocumentationCommentCrefBinder.vb (1)
966Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Power)
CodeGen\EmitConversion.vb (1)
124BinaryOperatorKind.Power
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (5)
28BinaryOperatorKind.Power, 317opKind = BinaryOperatorKind.Power OrElse opKind = BinaryOperatorKind.Multiply OrElse 335ElseIf opKind = BinaryOperatorKind.Power Then 570Case BinaryOperatorKind.Power 605Case BinaryOperatorKind.Power
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
369Case BinaryOperatorKind.Power,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
419Case BinaryOperatorKind.Power
Operations\VisualBasicOperationFactory_Methods.vb (1)
677Case VisualBasic.BinaryOperatorKind.Power
Semantics\Operators.vb (7)
102operators.Add(WellKnownMemberNames.ExponentOperatorName, New OperatorInfo(BinaryOperatorKind.Power)) 175Case BinaryOperatorKind.Power 242Case BinaryOperatorKind.Power 825Case SyntaxKind.ExponentiateExpression : result = BinaryOperatorKind.Power 1356Case BinaryOperatorKind.Power 1665Case BinaryOperatorKind.Power 3057Case BinaryOperatorKind.Power
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
468BinaryOperatorKind.Power,