2 writes to _name
System.CodeDom (2)
System\CodeDom\CodeAttributeDeclaration.cs (2)
32_name = attributeType.BaseType; 46_name = value;
2 references to _name
System.CodeDom (2)
System\CodeDom\CodeAttributeDeclaration.cs (2)
43get => _name ?? string.Empty; 47_attributeType = new CodeTypeReference(_name);