3 references to CanLift
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (1)
44
return (grfos & OpSigFlags.
CanLift
) != 0;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
97
Value = Convert |
CanLift
| AutoLift,
99
BoolBit = Convert |
CanLift
,