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