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