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)
1113uok = UnaOpKind.IncDec; 1122uok = UnaOpKind.IncDec; 1132uok = UnaOpKind.IncDec; 1141uok = UnaOpKind.IncDec; 1265if (unaryOpKind == UnaOpKind.IncDec) 1343else if (unaryOpKind == UnaOpKind.IncDec)