1 write to Kind
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Conversions\BestIndex.cs (1)
29
this.
Kind
= kind;
6 references to Kind
Microsoft.CodeAnalysis.CSharp (6)
Binder\Semantics\Conversions\UserDefinedImplicitConversions.cs (6)
479
if (bestUnlifted.
Kind
== BestIndexKind.Best)
483
else if (bestUnlifted.
Kind
== BestIndexKind.Ambiguous)
508
if (bestHalfLifted.
Kind
== BestIndexKind.Best)
512
else if (bestHalfLifted.
Kind
== BestIndexKind.Ambiguous)
526
if (bestFullyLifted.
Kind
== BestIndexKind.Best)
530
else if (bestFullyLifted.
Kind
== BestIndexKind.Ambiguous)