4 instantiations of Item
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (4)
Generator.cs (4)
340
lsifJsonWriter.Write(new
Item
(definitionResultsId.As<DefinitionResult, Vertex>(), lazyRangeVertex.Value.GetId(), documentVertex.GetId(), idFactory));
373
lsifJsonWriter.Write(new
Item
(referenceResultsId.As<ReferenceResult, Vertex>(), lazyRangeVertex.Value.GetId(), documentVertex.GetId(), idFactory, property: "definitions"));
378
lsifJsonWriter.Write(new
Item
(referenceResultsId.As<ReferenceResult, Vertex>(), implementedMemberMoniker, documentVertex.GetId(), idFactory, property: "referenceLinks"));
389
lsifJsonWriter.Write(new
Item
(referenceResultsId.As<ReferenceResult, Vertex>(), lazyRangeVertex.Value.GetId(), documentVertex.GetId(), idFactory, property: "references"));
2 references to Item
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (2)
RangeResultSetTests.vb (2)
238
Dim definitionRangesForImplementingMethods = lsif.GetLinkedVertices(Of Graph.Range)(referencesVertex, Function(e) DirectCast(e, Graph.
Item
).Property = "definitions")
245
Dim moniker = lsif.GetLinkedVertices(Of Graph.Moniker)(referencesVertex, Function(e) DirectCast(e, Graph.
Item
).Property = "referenceLinks").Single()