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