2 writes to _grflt
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (2)
70_grflt = grflt; 91_grflt = LiftFlags.None;
7 references to _grflt
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (7)
101if (_grflt == LiftFlags.None) 107Debug.Assert(((_grflt & LiftFlags.Lift1) == 0) || ((_grflt & LiftFlags.Convert1) == 0)); 108Debug.Assert(((_grflt & LiftFlags.Lift2) == 0) || ((_grflt & LiftFlags.Convert2) == 0)); 115return (_grflt & LiftFlags.Convert1) != 0; 120return (_grflt & LiftFlags.Convert2) != 0;