3 implementations of ICustomAttributeTypeProvider
Microsoft.Cci.Extensions (1)
Extensions\CustomAttributeProvider.cs (1)
11
public class CustomAttributeTypeProvider :
ICustomAttributeTypeProvider
<string>
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
658
private sealed class DummyCustomAttributeTypeProvider :
ICustomAttributeTypeProvider
<object>
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)
90
public CustomAttributeValue<TType> DecodeValue<TType>(
ICustomAttributeTypeProvider
<TType> provider)