1 instantiation of SlotCounter
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
1249=> new SlotCounter { _startBytes = builder.CountBytes };
5 references to SlotCounter
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\EETypeNode.cs (5)
701SlotCounter virtualSlotCounter = SlotCounter.BeginCounting(ref /* readonly */ objData); 715SlotCounter interfaceSlotCounter = SlotCounter.BeginCounting(ref /* readonly */ objData); 1248public static SlotCounter BeginCounting(ref /* readonly */ ObjectDataBuilder builder)