1 write to _customAttributes
System.Reflection.Emit (1)
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
73
_customAttributes
??= new List<CustomAttributeWrapper>();
2 references to _customAttributes
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
275
WriteCustomAttributes(property.
_customAttributes
, propertyHandle);
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
74
_customAttributes
.Add(new CustomAttributeWrapper(con, binaryAttribute));