1 write to Type
System.Reflection.Metadata (1)
System\Reflection\Metadata\Signatures\CustomAttributeTypedArgument.cs (1)
13Type = type;
12 references to Type
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (2)
166if (!AddDependenciesFromCustomAttributeArgument(dependencies, factory, decodedArgument.Type, decodedArgument.Value)) 280if (!AddDependenciesFromCustomAttributeArgument(dependencies, factory, arrayElement.Type, arrayElement.Value))
Compiler\Logging\MessageContainer.cs (2)
209if (!attribute.FixedArguments[0].Type.IsString 213if (!attribute.FixedArguments[1].Type.IsString)
Compiler\UsageBasedMetadataManager.cs (2)
384if (!attribute.FixedArguments[0].Type.IsString 388if (!attribute.FixedArguments[1].Type.IsString)
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.TypeEquivalence.cs (3)
40if (guidAttribute.Value.FixedArguments[0].Type != Context.GetWellKnownType(WellKnownType.String)) 69if (typeIdentifierAttribute.Value.FixedArguments[0].Type != Context.GetWellKnownType(WellKnownType.String)) 72if (typeIdentifierAttribute.Value.FixedArguments[1].Type != Context.GetWellKnownType(WellKnownType.String))
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
178|| decodedValue.FixedArguments[0].Type.UnderlyingType != context.GetWellKnownType(WellKnownType.Int32))
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
140arguments.Add(new CustomAttributeNamedArgument<TType>(name, kind, argument.Type, argument.Value));
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
121public static CustomAttributeTypedArgument ToApiForm(this CustomAttributeTypedArgument<RoType> catg) => ToApiForm(catg.Type, catg.Value);