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)
172return _slots; 178Debug.Assert(Array.IndexOf(_slots, slot) >= 0); 200Debug.Assert(Array.IndexOf(_slots, virtualMethod) >= 0);