1 instantiation of Type
ILAssembler (1)
GrammarVisitor.cs (1)
5192
_typedefs[alias] = new TypedefEntry.
Type
(typeEntity);
2 references to Type
ILAssembler (2)
GrammarVisitor.cs (2)
5227
if (_typedefs.TryGetValue(alias, out var entry) && entry is TypedefEntry.
Type
typeEntry)
5245
if (entry is TypedefEntry.
Type
typeEntry)