2 references to _foreignInstances
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
159if (!_foreignInstances.TryGetValue(allocationSite, out ForeignTypeInstance result)) 161_foreignInstances.Add(allocationSite, result = new ForeignTypeInstance(type, allocationSite, data));