1 write to Kind
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Graph\Event.cs (1)
21
this.
Kind
= kind switch { EventKind.Begin => "begin", EventKind.End => "end", _ => throw new ArgumentException(nameof(kind)) };