2 instantiations of CustomAttributeArguments
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (1)
143
return new
CustomAttributeArguments
(cats, cans);
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.DllImport.cs (1)
52
return new
CustomAttributeArguments
(cats, cans);
6 references to CustomAttributeArguments
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (1)
102
Func<
CustomAttributeArguments
> argumentsPromise =
System\Reflection\TypeLoading\CustomAttributes\RoPseudoCustomAttributeData.cs (4)
11
private readonly Func<
CustomAttributeArguments
>? _argumentsPromise;
19
internal RoPseudoCustomAttributeData(ConstructorInfo constructor, Func<
CustomAttributeArguments
> argumentsPromise)
41
private
CustomAttributeArguments
LazilyComputeArguments()
43
CustomAttributeArguments
ca = _argumentsPromise!();
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.DllImport.cs (1)
31
Func<
CustomAttributeArguments
> argumentsPromise =