6 references to Lift2
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (1)
109
Debug.Assert(((_grflt & LiftFlags.
Lift2
) == 0) || ((_grflt & LiftFlags.Convert2) == 0));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (4)
348
grflt |= LiftFlags.
Lift2
;
375
grflt |= LiftFlags.
Lift2
;
772
pgrflt |= LiftFlags.
Lift2
;
844
grflt |= LiftFlags.
Lift2
;
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (1)
73
Debug.Assert((_grflt & LiftFlags.
Lift2
) == 0);