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