1 instantiation of CustomAttributeValue
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
99return new CustomAttributeValue<TType>(fixedArguments, namedArguments);
5 references to CustomAttributeValue
Microsoft.Cci.Extensions (1)
Extensions\CSharp\CSharpCciExtensions.cs (1)
960CustomAttributeValue<string> value = attribute.DecodeValue(s_CustomAttributeTypeProvider);
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
653var value = attribute.DecodeValue(DummyCustomAttributeTypeProvider.Instance);
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
22public CustomAttributeValue<TType> DecodeValue(EntityHandle constructor, BlobHandle value)
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (1)
90public CustomAttributeValue<TType> DecodeValue<TType>(ICustomAttributeTypeProvider<TType> provider)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
95CustomAttributeValue<RoType> cav = CustomAttribute.DecodeValue(_module);