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