4 writes to type
Mono.Cecil (4)
Mono.Cecil\TypeDefinition.cs (4)
585
item.
type
= type;
590
item.
type
= type;
595
item.
type
= type;
600
item.
type
= null;
4 references to type
Mono.Cecil (4)
Mono.Cecil\TypeDefinition.cs (4)
529
if (
type
== null)
532
return this.GetHasCustomAttributes (
type
.Module);
538
if (
type
== null) {
544
return custom_attributes ?? (this.GetCustomAttributes (ref custom_attributes,
type
.Module));