7 references to Lift1
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (1)
108
Debug.Assert(((_grflt & LiftFlags.
Lift1
) == 0) || ((_grflt & LiftFlags.Convert1) == 0));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (5)
263
grflt |= LiftFlags.
Lift1
;
290
grflt |= LiftFlags.
Lift1
;
808
pgrflt |= LiftFlags.
Lift1
;
833
grflt |= LiftFlags.
Lift1
;
1514
grflt |= LiftFlags.
Lift1
;
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (1)
80
Debug.Assert(((_grflt & LiftFlags.
Lift1
) == 0) || ((_grflt & LiftFlags.Convert1) == 0));