7 references to IncDec
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
81IncDec = 1 << UnaOpKind.IncDec,
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (6)
1137uok = UnaOpKind.IncDec; 1146uok = UnaOpKind.IncDec; 1156uok = UnaOpKind.IncDec; 1165uok = UnaOpKind.IncDec; 1290if (unaryOpKind == UnaOpKind.IncDec) 1369else if (unaryOpKind == UnaOpKind.IncDec)