3 implementations of ICustomAttributeTypeProvider
Microsoft.Cci.Extensions (1)
Extensions\CustomAttributeProvider.cs (1)
11public class CustomAttributeTypeProvider : ICustomAttributeTypeProvider<string>
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
638private sealed class DummyCustomAttributeTypeProvider : ICustomAttributeTypeProvider<object>
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
13internal sealed partial class EcmaModule : ISignatureTypeProvider<RoType, TypeContext>, ICustomAttributeTypeProvider<RoType>
3 references to ICustomAttributeTypeProvider
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (2)
13private readonly ICustomAttributeTypeProvider<TType> _provider; 16public CustomAttributeDecoder(ICustomAttributeTypeProvider<TType> provider, MetadataReader reader)
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (1)
90public CustomAttributeValue<TType> DecodeValue<TType>(ICustomAttributeTypeProvider<TType> provider)