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));