1 reference to id
ILAssembler (1)
GrammarVisitor.cs (1)
5453string? name = context.id() is CILParser.IdContext id ? VisitId(id).Value : null;