1 write to Type
System.Reflection.Metadata (1)
System\Reflection\Metadata\Signatures\CustomAttributeNamedArgument.cs (1)
17Type = type;
2 references to Type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
186if (!AddDependenciesFromCustomAttributeArgument(dependencies, factory, decodedArgument.Type, decodedArgument.Value))
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
170return new CustomAttributeNamedArgument(member!, ToApiForm(cang.Type, cang.Value));