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