1 write to _customAttributes
System.Reflection.Emit (1)
System\Reflection\Emit\ParameterBuilderImpl.cs (1)
63
_customAttributes
??= new List<CustomAttributeWrapper>();
2 references to _customAttributes
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
389
WriteCustomAttributes(parameter.
_customAttributes
, parameterHandle);
System\Reflection\Emit\ParameterBuilderImpl.cs (1)
64
_customAttributes
.Add(new CustomAttributeWrapper(con, binaryAttribute));