2 instantiations of CustomAttribute
ILAssembler (2)
GrammarVisitor.cs (2)
5206_typedefs[alias] = new TypedefEntry.CustomAttribute(attr.Constructor, attr.Value); 5215_typedefs[alias] = new TypedefEntry.CustomAttribute(attr.Constructor, attr.Value);
1 reference to CustomAttribute
ILAssembler (1)
GrammarVisitor.cs (1)
5274if (_typedefs.TryGetValue(alias, out var entry) && entry is TypedefEntry.CustomAttribute attrEntry)