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