1 write to _customAttributes
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
499
_customAttributes
??= new List<CustomAttributeWrapper>();
2 references to _customAttributes
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
179
WriteCustomAttributes(typeBuilder.
_customAttributes
, typeHandle);
System\Reflection\Emit\TypeBuilderImpl.cs (1)
500
_customAttributes
.Add(new CustomAttributeWrapper(con, binaryAttribute));