8 references to CurrentTokenSource
ILAssembler (8)
PreprocessedTokenSource.cs (8)
40public int Line => CurrentTokenSource.Line; 42public int Column => CurrentTokenSource.Column; 44public ICharStream InputStream => CurrentTokenSource.InputStream; 81public ITokenFactory TokenFactory { get => CurrentTokenSource.TokenFactory; set => CurrentTokenSource.TokenFactory = value; } 85IToken nextToken = CurrentTokenSource.NextToken(); 105nextToken = CurrentTokenSource.NextToken(); 128string currentFile = CurrentTokenSource.SourceName;