1 write to custom_attributes
Mono.Cecil (1)
Mono.Cecil\TypeDefinition.cs (1)
274 get { return custom_attributes ?? (this.GetCustomAttributes (ref custom_attributes, Module)); }
3 references to custom_attributes
Mono.Cecil (3)
Mono.Cecil\TypeDefinition.cs (3)
266 if (custom_attributes != null) 267 return custom_attributes.Count > 0; 274 get { return custom_attributes ?? (this.GetCustomAttributes (ref custom_attributes, Module)); }