1 instantiation of ForeignTypeInstance
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
161_foreignInstances.Add(allocationSite, result = new ForeignTypeInstance(type, allocationSite, data));
5 references to ForeignTypeInstance
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
45private readonly Dictionary<AllocationSite, ForeignTypeInstance> _foreignInstances = new Dictionary<AllocationSite, ForeignTypeInstance>(); 157private ForeignTypeInstance GetOrCreateForeignInstance(TypeDesc type, AllocationSite allocationSite, ReferenceTypeValue data) 159if (!_foreignInstances.TryGetValue(allocationSite, out ForeignTypeInstance result)) 1673else if (array.Value is ForeignTypeInstance)