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