5 references to EmptyGenericContext
ILAssembler (5)
EntityRegistry.cs (5)
787
private sealed class SignatureRewriter : ISignatureTypeProvider<SignatureRewriter.BlobOrHandle, SignatureRewriter.
EmptyGenericContext
>
871
public BlobOrHandle GetGenericMethodParameter(
EmptyGenericContext
genericContext, int index)
877
public BlobOrHandle GetGenericTypeParameter(
EmptyGenericContext
genericContext, int index)
933
public BlobOrHandle GetTypeFromSpecification(MetadataReader reader,
EmptyGenericContext
genericContext, TypeSpecificationHandle handle, byte rawTypeKind)
984
var decoder = new SignatureDecoder<SignatureRewriter.BlobOrHandle, SignatureRewriter.
EmptyGenericContext
>(new SignatureRewriter(), null!, default);