8 writes to Owner
ILAssembler (8)
GrammarVisitor.cs (8)
561customAttr?.Owner = _currentAssemblyOrRef; 676customAttr.Owner = _entityRegistry.Assembly; 1585attr.Owner = VisitOwnerType(context.ownerType()).Value; 1798attr.Owner = exp; 1819attr.Owner = res; 3764customAttrDecl?.Owner = param; 3822customAttrDecl?.Owner = constraint; 3850customAttrDecl.Owner = param;
1 reference to Owner
ILAssembler (1)
EntityRegistry.cs (1)
322EntityHandle parent = customAttr.Owner switch