3 implementations of ICustomAttributeTypeProvider
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\CustomAttributeTypeProvider.cs (1)
11public struct CustomAttributeTypeProvider : ICustomAttributeTypeProvider<TypeDesc>
Microsoft.NET.HostModel (1)
ComHost\ClsidMap.cs (1)
254private sealed class TypeResolver : ICustomAttributeTypeProvider<KnownType>
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)
87public CustomAttributeValue<TType> DecodeValue<TType>(ICustomAttributeTypeProvider<TType> provider)