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)); 219lsifJsonWriter.Write(new Event(Event.EventKind.Begin, documentVertex.GetId(), idFactory)); 229lsifJsonWriter.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)); 219lsifJsonWriter.Write(new Event(Event.EventKind.Begin, documentVertex.GetId(), idFactory)); 229lsifJsonWriter.Write(new Event(Event.EventKind.End, documentVertex.GetId(), idFactory));