1 instantiation of DummyGenericContext
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
252
customAttributeConstructorTypeSpecification.DecodeSignature(fakeSignatureTypeProvider, new
DummyGenericContext
());
4 references to DummyGenericContext
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (4)
114
private class FirstTypeHandleExtractor : ISignatureTypeProvider<DummyType,
DummyGenericContext
>
162
public DummyType GetGenericMethodParameter(
DummyGenericContext
genericContext, int index)
167
public DummyType GetGenericTypeParameter(
DummyGenericContext
genericContext, int index)
197
public DummyType GetTypeFromSpecification(MetadataReader reader,
DummyGenericContext
genericContext, TypeSpecificationHandle handle, byte rawTypeKind)