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)
474if (bestUnlifted.Kind == BestIndexKind.Best) 478else if (bestUnlifted.Kind == BestIndexKind.Ambiguous) 503if (bestHalfLifted.Kind == BestIndexKind.Best) 507else if (bestHalfLifted.Kind == BestIndexKind.Ambiguous) 521if (bestFullyLifted.Kind == BestIndexKind.Best) 525else if (bestFullyLifted.Kind == BestIndexKind.Ambiguous)