6 references to Lift2
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (1)
108
Debug.Assert(((_grflt & LiftFlags.
Lift2
) == 0) || ((_grflt & LiftFlags.Convert2) == 0));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (4)
337
grflt |= LiftFlags.
Lift2
;
364
grflt |= LiftFlags.
Lift2
;
753
pgrflt |= LiftFlags.
Lift2
;
823
grflt |= LiftFlags.
Lift2
;
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (1)
72
Debug.Assert((_grflt & LiftFlags.
Lift2
) == 0);