3 implementations of ICustomAttributeTypeProvider
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\CustomAttributeTypeProvider.cs (1)
11
public struct CustomAttributeTypeProvider :
ICustomAttributeTypeProvider
<TypeDesc>
Microsoft.NET.HostModel (1)
ComHost\ClsidMap.cs (1)
254
private sealed class TypeResolver :
ICustomAttributeTypeProvider
<KnownType>
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
13
internal sealed partial class EcmaModule : ISignatureTypeProvider<RoType, TypeContext>,
ICustomAttributeTypeProvider
<RoType>
3 references to ICustomAttributeTypeProvider
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (2)
13
private readonly
ICustomAttributeTypeProvider
<TType> _provider;
16
public CustomAttributeDecoder(
ICustomAttributeTypeProvider
<TType> provider, MetadataReader reader)
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (1)
87
public CustomAttributeValue<TType> DecodeValue<TType>(
ICustomAttributeTypeProvider
<TType> provider)