3 references to GetFirstTokenInSelection
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
661
var firstToken = SelectionResult.
GetFirstTokenInSelection
();
ExtractMethod\SelectionResult.cs (2)
110
var token =
GetFirstTokenInSelection
();
129
var firstToken = this.
GetFirstTokenInSelection
();