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)
43
get =>
_name
?? string.Empty;
47
_attributeType = new CodeTypeReference(
_name
);