1 write to _customAttributes
System.Reflection.Emit (1)
System\Reflection\Emit\FieldBuilderImpl.cs (1)
76
_customAttributes
??= new List<CustomAttributeWrapper>();
2 references to _customAttributes
System.Reflection.Emit (2)
System\Reflection\Emit\FieldBuilderImpl.cs (1)
77
_customAttributes
.Add(new CustomAttributeWrapper(con, binaryAttribute));
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
640
WriteCustomAttributes(field.
_customAttributes
, handle);