Tokens of all files are stored linearly inside CompilationContext.tokenBuffer and CompilationContext.tokenLocationBuffer. Token file can be found with binary search
See Implementation
Tokens of all files are stored linearly inside CompilationContext.tokenBuffer and CompilationContext.tokenLocationBuffer. Token file can be found with binary search