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)
5274
if (_typedefs.TryGetValue(alias, out var entry) && entry is TypedefEntry.
CustomAttribute
attrEntry)