2 writes to name
System (2)
compmod\system\codedom\CodeAttributeDeclaration.cs (2)
68
this.
name
= attributeType.BaseType;
86
name
= value;
3 references to name
System (3)
compmod\system\codedom\CodeAttributeDeclaration.cs (3)
83
return (
name
== null) ? string.Empty :
name
;
87
attributeType = new CodeTypeReference(
name
);