8 references to CurrentTokenSource
ILAssembler (8)
PreprocessedTokenSource.cs (8)
33public int Line => CurrentTokenSource.Line; 35public int Column => CurrentTokenSource.Column; 37public ICharStream InputStream => CurrentTokenSource.InputStream; 72public ITokenFactory TokenFactory { get => CurrentTokenSource.TokenFactory; set => CurrentTokenSource.TokenFactory = value; } 76IToken nextToken = CurrentTokenSource.NextToken(); 96nextToken = CurrentTokenSource.NextToken(); 114string currentFile = CurrentTokenSource.SourceName;