2 writes to _grflt
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (2)
46_grflt = grflt; 63_grflt = LiftFlags.None;
6 references to _grflt
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (6)
72Debug.Assert((_grflt & LiftFlags.Lift2) == 0); 73Debug.Assert((_grflt & LiftFlags.Convert2) == 0); 74if (_grflt == LiftFlags.None) 79Debug.Assert(((_grflt & LiftFlags.Lift1) == 0) || ((_grflt & LiftFlags.Convert1) == 0)); 84return (_grflt & LiftFlags.Convert1) != 0;