2 writes to Attributes
ILAssembler (2)
GrammarVisitor.cs (2)
1131newTypeDef.Attributes = classAttrs.Select(VisitClassAttr).Aggregate( 1225newTypeDef.Attributes |= TypeAttributes.Sealed;
3 references to Attributes
ILAssembler (3)
EntityRegistry.cs (1)
194type.Attributes,
GrammarVisitor.cs (2)
1213if (!newTypeDef.Attributes.HasFlag(TypeAttributes.Sealed) && 3904if (methodDefinition.MethodAttributes.HasFlag(MethodAttributes.Abstract) && !methodDefinition.ContainingType.Attributes.HasFlag(TypeAttributes.Abstract))