1 write to ctypeLift
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\CandidateFunctionMember.cs (1)
13this.ctypeLift = ctypeLift;
7 references to ctypeLift
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (4)
53if (node1.ctypeLift != node2.ctypeLift) 55return node1.ctypeLift < node2.ctypeLift ? BetterType.Left : BetterType.Right;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
639if (pmethBest.ctypeLift != 0)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2570if (pmethBest.ctypeLift != 0) 2572Debug.Assert(pmethBest.ctypeLift == 2);