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