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)
101
if (
_grflt
== LiftFlags.None)
107
Debug.Assert(((
_grflt
& LiftFlags.Lift1) == 0) || ((
_grflt
& LiftFlags.Convert1) == 0));
108
Debug.Assert(((
_grflt
& LiftFlags.Lift2) == 0) || ((
_grflt
& LiftFlags.Convert2) == 0));
115
return (
_grflt
& LiftFlags.Convert1) != 0;
120
return (
_grflt
& LiftFlags.Convert2) != 0;