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