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