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