9 instantiations of 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));
20 references to CustomAttributeWrapper
System.Reflection.Emit (20)
System\Reflection\Emit\EventBuilderImpl.cs (2)
21
internal List<
CustomAttributeWrapper
>? _customAttributes;
62
_customAttributes ??= new List<
CustomAttributeWrapper
>();
System\Reflection\Emit\FieldBuilderImpl.cs (2)
24
internal List<
CustomAttributeWrapper
>? _customAttributes;
76
_customAttributes ??= new List<
CustomAttributeWrapper
>();
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (2)
20
internal List<
CustomAttributeWrapper
>? _customAttributes;
53
_customAttributes ??= new List<
CustomAttributeWrapper
>();
System\Reflection\Emit\MethodBuilderImpl.cs (2)
34
internal List<
CustomAttributeWrapper
>? _customAttributes;
205
_customAttributes ??= new List<
CustomAttributeWrapper
>();
System\Reflection\Emit\ModuleBuilderImpl.cs (4)
28
private List<
CustomAttributeWrapper
>? _customAttributes;
679
internal void WriteCustomAttributes(List<
CustomAttributeWrapper
>? customAttributes, EntityHandle parent)
683
foreach (
CustomAttributeWrapper
customAttribute in customAttributes)
1338
_customAttributes ??= new List<
CustomAttributeWrapper
>();
System\Reflection\Emit\ParameterBuilderImpl.cs (2)
15
internal List<
CustomAttributeWrapper
>? _customAttributes;
63
_customAttributes ??= new List<
CustomAttributeWrapper
>();
System\Reflection\Emit\PersistedAssemblyBuilder.cs (2)
23
internal List<
CustomAttributeWrapper
>? _customAttributes;
196
_customAttributes ??= new List<
CustomAttributeWrapper
>();
System\Reflection\Emit\PropertyBuilderImpl.cs (2)
26
internal List<
CustomAttributeWrapper
>? _customAttributes;
73
_customAttributes ??= new List<
CustomAttributeWrapper
>();
System\Reflection\Emit\TypeBuilderImpl.cs (2)
41
internal List<
CustomAttributeWrapper
>? _customAttributes;
499
_customAttributes ??= new List<
CustomAttributeWrapper
>();