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));