1 write to _slots
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\VTableSliceNode.cs (1)
165
_slots
= slots ?? ComputeSlots(type);
3 references to _slots
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\VTableSliceNode.cs (3)
172
return
_slots
;
178
Debug.Assert(Array.IndexOf(
_slots
, slot) >= 0);
200
Debug.Assert(Array.IndexOf(
_slots
, virtualMethod) >= 0);