4 references to ID
ILAssembler (4)
PreprocessedTokenSource.cs (4)
136
if (identifier.Type != CILLexer.
ID
)
190
else if (nextToken.Type == CILLexer.
ID
&& _definedVars.TryGetValue(nextToken.Text, out string? newValue) && newValue is not null)
237
if (identifier.Type != CILLexer.
ID
)
271
if (identifier.Type != CILLexer.
ID
)