2 writes to _attributeType
System.CodeDom (2)
System\CodeDom\CodeAttributeDeclaration.cs (2)
29
_attributeType
= attributeType;
47
_attributeType
= new CodeTypeReference(_name);
1 reference to _attributeType
System.CodeDom (1)
System\CodeDom\CodeAttributeDeclaration.cs (1)
53
public CodeTypeReference AttributeType =>
_attributeType
;