1 write to _slots
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\VTableSliceNode.cs (1)
112
_slots
= slots;
2 references to _slots
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\VTableSliceNode.cs (2)
119
return
_slots
;
125
Debug.Assert(Array.IndexOf(
_slots
, slot) >= 0);