2 references to GetPreviousToken
Microsoft.CodeAnalysis (2)
Syntax\SyntaxNavigator.cs (2)
351var token = GetPreviousToken(current, current.Token.TrailingTrivia, predicate, stepInto, ref returnPrevious); 364token = GetPreviousToken(current, current.Token.LeadingTrivia, predicate, stepInto, ref returnPrevious);