1 override of EmitVirtualSlots
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ConstructedEETypeNode.cs (1)
23protected override bool EmitVirtualSlots => true;
10 references to EmitVirtualSlots
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\EETypeNode.cs (10)
95if (EmitVirtualSlots) 193_mightHaveInterfaceDispatchMap = EmitVirtualSlots && InterfaceDispatchMapNode.MightHaveInterfaceDispatchMap(_type, factory); 282if (!EmitVirtualSlots) 321factory.MetadataManager.GetConditionalDependenciesDueToEETypePresence(ref result, factory, _type, allocated: EmitVirtualSlots); 359if (!EmitVirtualSlots) 612if (EmitVirtualSlots) 697if (EmitVirtualSlots) 772if (EmitVirtualSlots && !_type.IsArrayTypeWithoutGenericInterfaces()) 888Debug.Assert(EmitVirtualSlots); 1114if (EmitVirtualSlots && !_type.IsArrayTypeWithoutGenericInterfaces())