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)
484if (bestUnlifted.Kind == BestIndexKind.Best) 488else if (bestUnlifted.Kind == BestIndexKind.Ambiguous) 513if (bestHalfLifted.Kind == BestIndexKind.Best) 517else if (bestHalfLifted.Kind == BestIndexKind.Ambiguous) 531if (bestFullyLifted.Kind == BestIndexKind.Best) 535else if (bestFullyLifted.Kind == BestIndexKind.Ambiguous)