1 write to _syntaxTree
Microsoft.CodeAnalysis.CSharp.Features (1)
Debugging\CSharpProximityExpressionsService.Worker.cs (1)
30
_syntaxTree
= syntaxTree;
3 references to _syntaxTree
Microsoft.CodeAnalysis.CSharp.Features (3)
Debugging\CSharpProximityExpressionsService.Worker.cs (3)
38
_token =
_syntaxTree
.GetRoot(cancellationToken).FindToken(_position);
161
var line =
_syntaxTree
.GetText(cancellationToken).Lines.IndexOf(_position);
166
nextStatement != null &&
_syntaxTree
.GetText(cancellationToken).Lines.IndexOf(nextStatement.SpanStart) == line;