1 write to _mightHaveInterfaceDispatchMap
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
193
_mightHaveInterfaceDispatchMap
= EmitVirtualSlots && InterfaceDispatchMapNode.MightHaveInterfaceDispatchMap(_type, factory);
2 references to _mightHaveInterfaceDispatchMap
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\EETypeNode.cs (2)
191
if (!
_mightHaveInterfaceDispatchMap
.HasValue)
196
return
_mightHaveInterfaceDispatchMap
.Value;