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