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