7 references to Lift1
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (1)
107
Debug.Assert(((_grflt & LiftFlags.
Lift1
) == 0) || ((_grflt & LiftFlags.Convert1) == 0));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (5)
252
grflt |= LiftFlags.
Lift1
;
279
grflt |= LiftFlags.
Lift1
;
788
pgrflt |= LiftFlags.
Lift1
;
812
grflt |= LiftFlags.
Lift1
;
1487
grflt |= LiftFlags.
Lift1
;
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (1)
79
Debug.Assert(((_grflt & LiftFlags.
Lift1
) == 0) || ((_grflt & LiftFlags.Convert1) == 0));