2 references to GetLastToken
Microsoft.CodeAnalysis.CSharp (2)
Parser\SyntaxParser.cs (1)
919var lastToken = node.GetLastToken();
Syntax\InternalSyntax\SyntaxLastTokenReplacer.cs (1)
30var oldToken = root.GetLastToken();