1 write to _customAttributes
System.Reflection.Emit (1)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1330_customAttributes ??= new List<CustomAttributeWrapper>();
2 references to _customAttributes
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
133WriteCustomAttributes(_customAttributes, moduleHandle); 1331_customAttributes.Add(new CustomAttributeWrapper(con, binaryAttribute));