29 references to UnaryPlus
Microsoft.CodeAnalysis.CSharp (29)
Binder\Binder_Operators.cs (1)
3021
case SyntaxKind.UnaryPlusExpression: return UnaryOperatorKind.
UnaryPlus
;
Binder\Semantics\Operators\OperatorFacts.cs (1)
173
case UnaryOperatorKind.
UnaryPlus
: return WellKnownMemberNames.UnaryPlusOperatorName;
Binder\Semantics\Operators\OperatorKind.cs (21)
214
IntUnaryPlus = Int |
UnaryPlus
,
215
UIntUnaryPlus = UInt |
UnaryPlus
,
216
LongUnaryPlus = Long |
UnaryPlus
,
217
ULongUnaryPlus = ULong |
UnaryPlus
,
218
NIntUnaryPlus = NInt |
UnaryPlus
,
219
NUIntUnaryPlus = NUInt |
UnaryPlus
,
220
FloatUnaryPlus = Float |
UnaryPlus
,
221
DoubleUnaryPlus = Double |
UnaryPlus
,
222
DecimalUnaryPlus = Decimal |
UnaryPlus
,
223
UserDefinedUnaryPlus = UserDefined |
UnaryPlus
,
224
LiftedIntUnaryPlus = Lifted | Int |
UnaryPlus
,
225
LiftedUIntUnaryPlus = Lifted | UInt |
UnaryPlus
,
226
LiftedLongUnaryPlus = Lifted | Long |
UnaryPlus
,
227
LiftedULongUnaryPlus = Lifted | ULong |
UnaryPlus
,
228
LiftedNIntUnaryPlus = Lifted | NInt |
UnaryPlus
,
229
LiftedNUIntUnaryPlus = Lifted | NUInt |
UnaryPlus
,
230
LiftedFloatUnaryPlus = Lifted | Float |
UnaryPlus
,
231
LiftedDoubleUnaryPlus = Lifted | Double |
UnaryPlus
,
232
LiftedDecimalUnaryPlus = Lifted | Decimal |
UnaryPlus
,
233
LiftedUserDefinedUnaryPlus = Lifted | UserDefined |
UnaryPlus
,
234
DynamicUnaryPlus = Dynamic |
UnaryPlus
,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
392
case UnaryOperatorKind.
UnaryPlus
: return ExpressionType.UnaryPlus;
Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs (1)
545
case UnaryOperatorKind.
UnaryPlus
:
CodeGen\EmitOperators.cs (1)
50
case UnaryOperatorKind.
UnaryPlus
:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
1144
case UnaryOperatorKind.
UnaryPlus
:
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
124
else if (kind.Operator() == UnaryOperatorKind.
UnaryPlus
)
Operations\CSharpOperationFactory_Methods.cs (1)
525
case CSharp.UnaryOperatorKind.
UnaryPlus
: