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