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