17 references to Postfix
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (17)
Semantics\OperatorTests.cs (17)
3377
ne + ni //-LiftedEnumAndUnderlyingAddition" +
Postfix
;
3380
d1 + d2 //-DelegateCombination" +
Postfix
;
3385
i1 + s1 //-ObjectAndStringConcatenation" +
Postfix
;
3806
ndec OPERATOR ndec //-LiftedDecimalKIND" +
Postfix
;
3816
ne - ni //-LiftedEnumAndUnderlyingSubtraction" +
Postfix
;
3818
private const string DelegateSubtraction = Prefix + "d1 - d2 //-DelegateRemoval" +
Postfix
;
3946
" +
Postfix
;
4164
" +
Postfix
;
4169
" +
Postfix
;
4175
ne OPERATOR ne //-LiftedEnumKIND" +
Postfix
;
4597
" +
Postfix
;
4609
o1 OPERATOR o2 //-ObjectKIND" +
Postfix
;
4668
OPERATOR ndec //-LiftedDecimalKIND" +
Postfix
;
4694
+ ndec //-LiftedDecimalUnaryPlus" +
Postfix
;
4718
- ndec //-LiftedDecimalUnaryMinus" +
Postfix
;
4722
! nbln //-LiftedBoolLogicalNegation" +
Postfix
;
4747
}" +
Postfix
;