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