30 references to DecodeValue
ILCompiler.Compiler (9)
Compiler\AssemblyExtensions.cs (1)
25
CustomAttributeValue<TypeDesc> decoded = attr.
DecodeValue
(new CustomAttributeTypeProvider(assembly));
Compiler\CustomAttributeExtensions.cs (5)
24
return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(ecmaType.Module));
37
yield return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(ecmaType.Module));
53
return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(ecmaType.Module));
66
yield return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(ecmaType.Module));
80
yield return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(module));
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
120
CustomAttributeValue<TypeDesc> decodedValue = attribute.
DecodeValue
(attributeTypeProvider);
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
150
decodedAttr = attr.
DecodeValue
(new CustomAttributeTypeProvider(asm));
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
331
CustomAttributeValue<TypeDesc> attrValue = attr.
DecodeValue
(new CustomAttributeTypeProvider(currentAssembly));
ILCompiler.ReadyToRun (3)
Compiler\AssemblyExtensions.cs (1)
29
CustomAttributeValue<TypeDesc> decoded = attribute.
DecodeValue
(new CustomAttributeTypeProvider(assembly));
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
623
var fixedArguments = customAttribute.
DecodeValue
(typeProvider).FixedArguments;
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
331
CustomAttributeValue<TypeDesc> attrValue = attr.
DecodeValue
(new CustomAttributeTypeProvider(currentAssembly));
ILCompiler.TypeSystem (13)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
535
CustomAttributeValue<TypeDesc> decoded = attribute.
DecodeValue
(
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (1)
811
var dec = reader.GetCustomAttribute(attr).
DecodeValue
(new CustomAttributeTypeProvider(this));
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (2)
551
var value = attr.
DecodeValue
(new CustomAttributeTypeProvider(_module)).FixedArguments[0].Value;
577
var attrValue = attr.
DecodeValue
(new CustomAttributeTypeProvider(_module));
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.TypeEquivalence.cs (1)
31
guidAttribute = this.MetadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(this.Module));
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (7)
27
return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(This.Module));
39
yield return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(This.Module));
55
return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(This.Module));
67
yield return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(This.Module));
83
return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(This.Module));
95
yield return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(This.Module));
109
yield return metadataReader.GetCustomAttribute(attributeHandle).
DecodeValue
(new CustomAttributeTypeProvider(This));
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
621
CustomAttributeValue<TypeDesc> decoded = unsafeAccessorTypeAttribute.
DecodeValue
(
Microsoft.NET.HostModel (4)
ComHost\ClsidMap.cs (4)
147
CustomAttributeValue<KnownType> data = comVisibleAttribute.
DecodeValue
(new TypeResolver());
163
CustomAttributeValue<KnownType> data = comVisibleAttribute.
DecodeValue
(new TypeResolver());
197
CustomAttributeValue<KnownType> data = attribute.
DecodeValue
(new TypeResolver());
211
CustomAttributeValue<KnownType> data = attribute.
DecodeValue
(new TypeResolver());
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
95
CustomAttributeValue<RoType> cav = CustomAttribute.
DecodeValue
(_module);