25 references to Right
Microsoft.CSharp (25)
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (17)
56
return node1.ctypeLift < node2.ctypeLift ? BetterType.Left : BetterType.
Right
;
64
return BetterType.
Right
;
77
return BetterType.
Right
;
89
if (nT == BetterType.Left || nT == BetterType.
Right
)
97
return mpwi1.MethProp().modOptCount < mpwi2.MethProp().modOptCount ? BetterType.Left : BetterType.
Right
;
114
return ta1.Count > ta2.Count ? BetterType.Left : BetterType.
Right
;
130
nParam = BetterType.
Right
;
161
if (nParam == BetterType.
Right
|| nParam == BetterType.Left)
337
if (betterMethod == BetterType.
Right
)
347
if (betterConversion == BetterType.
Right
)
356
if (betterConversion == BetterType.
Right
|| betterConversion == BetterType.Left)
372
return BetterType.
Right
;
391
return BetterType.
Right
;
455
return BetterType.
Right
;
463
return a2b ? BetterType.Left : BetterType.
Right
;
528
case BetterType.
Right
:
568
case BetterType.
Right
:
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (5)
186
private const byte right = (byte)BetterType.
Right
;
275
return BetterType.
Right
;
287
return BetterType.
Right
;
313
return BetterType.
Right
;
320
return f12 ? BetterType.Left : BetterType.
Right
;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (3)
1078
BetterType.
Right
=> 1,
1087
case BetterType.
Right
:
1586
BetterType.
Right
=> +1,