6 references to _graph
Microsoft.VisualStudio.LanguageServices (6)
Progression\GraphBuilder.cs (6)
206var node = await GetOrCreateNodeAsync(_graph, symbol, _solution, cancellationToken).ConfigureAwait(false); 670_graph.Links.GetOrCreate(from, to).AddCategory(category); 689var node = _graph.Nodes.GetOrCreate(id, fileName, CodeNodeCategories.ProjectItem); 743var existing = _graph.Nodes.Get(id); 753var symbolNode = _graph.Nodes.GetOrCreate(id); 836return _graph;