3 references to DecodeValue
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.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
95
CustomAttributeValue<RoType> cav = CustomAttribute.
DecodeValue
(_module);