1 write to _customAttributes
System.Reflection.Emit (1)
System\Reflection\Emit\PersistedAssemblyBuilder.cs (1)
196_customAttributes ??= new List<CustomAttributeWrapper>();
2 references to _customAttributes
System.Reflection.Emit (2)
System\Reflection\Emit\PersistedAssemblyBuilder.cs (2)
165_module.WriteCustomAttributes(_customAttributes, assemblyHandle); 197_customAttributes.Add(new CustomAttributeWrapper(con, binaryAttribute));