1 write to _customAttributes
System.Reflection.Emit (1)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
205_customAttributes ??= new List<CustomAttributeWrapper>();
2 references to _customAttributes
System.Reflection.Emit (2)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
206_customAttributes.Add(new CustomAttributeWrapper(con, binaryAttribute));
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
365WriteCustomAttributes(method._customAttributes, handle);