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