3 references to End
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (3)
Generator.cs (2)
188_lsifJsonWriter.Write(new Event(Event.EventKind.End, projectVertex.GetId(), _idFactory)); 229lsifJsonWriter.Write(new Event(Event.EventKind.End, documentVertex.GetId(), idFactory));
Graph\Event.cs (1)
21this.Kind = kind switch { EventKind.Begin => "begin", EventKind.End => "end", _ => throw new ArgumentException(nameof(kind)) };