6 writes to typeAttributes
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (6)
74
this.
typeAttributes
= default(TypeAttributes);
104
this.
typeAttributes
= elementType.Attributes & TypeAttributes.VisibilityMask | TypeAttributes.Class | TypeAttributes.Sealed | TypeAttributes.Serializable;
110
this.
typeAttributes
= TypeAttributes.AnsiClass;
130
this.
typeAttributes
|= codeDomType.TypeAttributes & ~TypeAttributes.Public;
132
this.
typeAttributes
|= Helper.ConvertToTypeAttributes(codeDomType.Attributes, this.declaringType);
137
this.
typeAttributes
|= TypeAttributes.Serializable;
1 reference to typeAttributes
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
979
return
typeAttributes
;