2 writes to Property
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (2)
Graph\Item.cs (2)
20Property = property; 27Property = property;
2 references to Property
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (2)
RangeResultSetTests.vb (2)
238Dim definitionRangesForImplementingMethods = lsif.GetLinkedVertices(Of Graph.Range)(referencesVertex, Function(e) DirectCast(e, Graph.Item).Property = "definitions") 245Dim moniker = lsif.GetLinkedVertices(Of Graph.Moniker)(referencesVertex, Function(e) DirectCast(e, Graph.Item).Property = "referenceLinks").Single()