2 writes to _grflt
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (2)
71
_grflt
= grflt;
92
_grflt
= LiftFlags.None;
7 references to _grflt
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\BinOpSig.cs (7)
102
if (
_grflt
== LiftFlags.None)
108
Debug.Assert(((
_grflt
& LiftFlags.Lift1) == 0) || ((
_grflt
& LiftFlags.Convert1) == 0));
109
Debug.Assert(((
_grflt
& LiftFlags.Lift2) == 0) || ((
_grflt
& LiftFlags.Convert2) == 0));
116
return (
_grflt
& LiftFlags.Convert1) != 0;
121
return (
_grflt
& LiftFlags.Convert2) != 0;