9 references to CustomAttributeWrapper
System.Reflection.Emit (9)
System\Reflection\Emit\EventBuilderImpl.cs (1)
63
_customAttributes.Add(new
CustomAttributeWrapper
(con, binaryAttribute));
System\Reflection\Emit\FieldBuilderImpl.cs (1)
77
_customAttributes.Add(new
CustomAttributeWrapper
(con, binaryAttribute));
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (1)
54
_customAttributes.Add(new
CustomAttributeWrapper
(con, binaryAttribute));
System\Reflection\Emit\MethodBuilderImpl.cs (1)
206
_customAttributes.Add(new
CustomAttributeWrapper
(con, binaryAttribute));
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1339
_customAttributes.Add(new
CustomAttributeWrapper
(con, binaryAttribute));
System\Reflection\Emit\ParameterBuilderImpl.cs (1)
64
_customAttributes.Add(new
CustomAttributeWrapper
(con, binaryAttribute));
System\Reflection\Emit\PersistedAssemblyBuilder.cs (1)
197
_customAttributes.Add(new
CustomAttributeWrapper
(con, binaryAttribute));
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
74
_customAttributes.Add(new
CustomAttributeWrapper
(con, binaryAttribute));
System\Reflection\Emit\TypeBuilderImpl.cs (1)
500
_customAttributes.Add(new
CustomAttributeWrapper
(con, binaryAttribute));