25 references to Right
Microsoft.CSharp (25)
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (17)
55
return node1.ctypeLift < node2.ctypeLift ? BetterType.Left : BetterType.
Right
;
63
return BetterType.
Right
;
76
return BetterType.
Right
;
88
if (nT == BetterType.Left || nT == BetterType.
Right
)
96
return mpwi1.MethProp().modOptCount < mpwi2.MethProp().modOptCount ? BetterType.Left : BetterType.
Right
;
113
return ta1.Count > ta2.Count ? BetterType.Left : BetterType.
Right
;
129
nParam = BetterType.
Right
;
160
if (nParam == BetterType.
Right
|| nParam == BetterType.Left)
334
if (betterMethod == BetterType.
Right
)
344
if (betterConversion == BetterType.
Right
)
353
if (betterConversion == BetterType.
Right
|| betterConversion == BetterType.Left)
369
return BetterType.
Right
;
388
return BetterType.
Right
;
451
return BetterType.
Right
;
459
return a2b ? BetterType.Left : BetterType.
Right
;
523
case BetterType.
Right
:
563
case BetterType.
Right
:
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (5)
186
private const byte right = (byte)BetterType.
Right
;
272
return BetterType.
Right
;
284
return BetterType.
Right
;
309
return BetterType.
Right
;
316
return f12 ? BetterType.Left : BetterType.
Right
;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (3)
1054
BetterType.
Right
=> 1,
1063
case BetterType.
Right
:
1557
BetterType.
Right
=> +1,