1 write to Kind
System.CommandLine (1)
Completions\CompletionItem.cs (1)
30Kind = kind ?? throw new ArgumentException(nameof(kind));
4 references to Kind
System.CommandLine (4)
Completions\CompletionItem.cs (4)
75return other is not null && Label == other.Label && Kind == other.Kind; 86return (Label.GetHashCode() * 397) ^ (Kind != null ? Kind.GetHashCode() : 0);