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