3 references to _syntaxTree
Microsoft.CodeAnalysis.CSharp.Features (3)
Debugging\CSharpProximityExpressionsService.Worker.cs (3)
32
_token =
_syntaxTree
.GetRoot(cancellationToken).FindToken(_position);
155
var line =
_syntaxTree
.GetText(cancellationToken).Lines.IndexOf(_position);
160
nextStatement != null &&
_syntaxTree
.GetText(cancellationToken).Lines.IndexOf(nextStatement.SpanStart) == line;