4 instantiations of Event
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (4)
Generator.cs (4)
115
_lsifJsonWriter.Write(new
Event
(Event.EventKind.Begin, projectVertex.GetId(), _idFactory));
188
_lsifJsonWriter.Write(new
Event
(Event.EventKind.End, projectVertex.GetId(), _idFactory));
219
lsifJsonWriter.Write(new
Event
(Event.EventKind.Begin, documentVertex.GetId(), idFactory));
229
lsifJsonWriter.Write(new
Event
(Event.EventKind.End, documentVertex.GetId(), idFactory));
4 references to Event
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (4)
Generator.cs (4)
115
_lsifJsonWriter.Write(new Event(
Event
.EventKind.Begin, projectVertex.GetId(), _idFactory));
188
_lsifJsonWriter.Write(new Event(
Event
.EventKind.End, projectVertex.GetId(), _idFactory));
219
lsifJsonWriter.Write(new Event(
Event
.EventKind.Begin, documentVertex.GetId(), idFactory));
229
lsifJsonWriter.Write(new Event(
Event
.EventKind.End, documentVertex.GetId(), idFactory));