5 references to ID
ILAssembler (5)
PreprocessedTokenSource.cs (5)
122
if (identifier.Type != CILLexer.
ID
)
176
else if (nextToken.Type == CILLexer.
ID
&& _definedVars.TryGetValue(nextToken.Text, out string? newValue) && newValue is not null)
180
writableToken.Type = newValue.Contains('.') ? CILLexer.DOTTEDNAME : CILLexer.
ID
;
189
if (identifier.Type != CILLexer.
ID
)
223
if (identifier.Type != CILLexer.
ID
)