2 writes to custom_attributes
Mono.Cecil (2)
Mono.Cecil\TypeDefinition.cs (2)
540
Interlocked.CompareExchange (ref
custom_attributes
, new Collection<CustomAttribute> (), null);
544
return custom_attributes ?? (this.GetCustomAttributes (ref
custom_attributes
, type.Module));
5 references to custom_attributes
Mono.Cecil (5)
Mono.Cecil\TypeDefinition.cs (5)
526
if (
custom_attributes
!= null)
527
return
custom_attributes
.Count > 0;
539
if (
custom_attributes
== null)
541
return
custom_attributes
;
544
return
custom_attributes
?? (this.GetCustomAttributes (ref custom_attributes, type.Module));