6 references to ExistingEntities
ILCompiler.ReadyToRun (6)
TypeSystem\Mutable\MutableModule.cs (6)
177Debug.Assert(handle == ExistingEntities[entry.Item2]); 209ExistingEntities.Add(item.Key, MetadataTokens.GetToken(item.Value)); 259if (_mutableModule._cache.ExistingEntities.TryGetValue(value, out result)) 273_mutableModule._cache.ExistingEntities.Add(value, handle); 340if (_cache.ExistingEntities.TryGetValue(tse, out var handle)) 343if (_cache.ExistingEntities.TryGetValue(tse, out handle))