1 type derived from PerMetadataFormCache
ILCompiler.ReadyToRun (1)
TypeSystem\Mutable\MutableModule.cs (1)
304class PerMetadataFormCache<T> : PerMetadataFormCache
3 references to PerMetadataFormCache
ILCompiler.ReadyToRun (3)
TypeSystem\Mutable\MutableModule.cs (3)
202private List<PerMetadataFormCache> _perMetadata = new List<PerMetadataFormCache>(); 236var perMetadata = _perMetadata[entry.Item1];