17 references to Postfix
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (17)
Semantics\OperatorTests.cs (17)
3378
ne + ni //-LiftedEnumAndUnderlyingAddition" +
Postfix
;
3381
d1 + d2 //-DelegateCombination" +
Postfix
;
3386
i1 + s1 //-ObjectAndStringConcatenation" +
Postfix
;
3807
ndec OPERATOR ndec //-LiftedDecimalKIND" +
Postfix
;
3817
ne - ni //-LiftedEnumAndUnderlyingSubtraction" +
Postfix
;
3819
private const string DelegateSubtraction = Prefix + "d1 - d2 //-DelegateRemoval" +
Postfix
;
3947
" +
Postfix
;
4165
" +
Postfix
;
4170
" +
Postfix
;
4176
ne OPERATOR ne //-LiftedEnumKIND" +
Postfix
;
4598
" +
Postfix
;
4610
o1 OPERATOR o2 //-ObjectKIND" +
Postfix
;
4669
OPERATOR ndec //-LiftedDecimalKIND" +
Postfix
;
4695
+ ndec //-LiftedDecimalUnaryPlus" +
Postfix
;
4719
- ndec //-LiftedDecimalUnaryMinus" +
Postfix
;
4723
! nbln //-LiftedBoolLogicalNegation" +
Postfix
;
4748
}" +
Postfix
;