6 references to Node
Microsoft.CodeAnalysis.Workspaces (6)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (1)
275var symbol = GetAliasSymbol(state, reference.Node, cancellationToken);
FindSymbols\FindReferences\Finders\FinderLocation.cs (3)
20/// is not necessarily the same location you would get by calling <see cref="Node"/>.<see 23/// cref="Node"/> will be the node for the full 'ElementAccessExpression', whereas the 31node = Node;
FindSymbols\FindReferences\Finders\PropertyAccessorSymbolReferenceFinder.cs (1)
86data.state, data.property, loc.Node, data.cancellationToken);
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (1)
154data.state, data.symbol, loc.Node, data.cancellationToken);