4 references to CreateCustomAttribute
ILAssembler (4)
GrammarVisitor.cs (4)
675var customAttr = _entityRegistry.CreateCustomAttribute(ctor, attrValue); 1440return new(_entityRegistry.CreateCustomAttribute(resolved.Value.Constructor, resolved.Value.Value)); 1554return new(_entityRegistry.CreateCustomAttribute(ctor, value)); 1583var attr = _entityRegistry.CreateCustomAttribute(ctor, value);