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