2 writes to attributeType
System (2)
compmod\system\codedom\CodeAttributeDeclaration.cs (2)
66this.attributeType = attributeType; 87attributeType = new CodeTypeReference(name);
1 reference to attributeType
System (1)
compmod\system\codedom\CodeAttributeDeclaration.cs (1)
104return attributeType;