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)
53public CodeTypeReference AttributeType => _attributeType;