1 write to _customAttributes
System.Reflection.Emit (1)
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (1)
53
_customAttributes
??= new List<CustomAttributeWrapper>();
2 references to _customAttributes
System.Reflection.Emit (2)
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (1)
54
_customAttributes
.Add(new CustomAttributeWrapper(con, binaryAttribute));
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
877
WriteCustomAttributes(gParam.
_customAttributes
, handle);