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)
54if (node1.ctypeLift != node2.ctypeLift) 56return node1.ctypeLift < node2.ctypeLift ? BetterType.Left : BetterType.Right;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
651if (pmethBest.ctypeLift != 0)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2633if (pmethBest.ctypeLift != 0) 2635Debug.Assert(pmethBest.ctypeLift == 2);