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)
701
SlotCounter
virtualSlotCounter =
SlotCounter
.BeginCounting(ref /* readonly */ objData);
715
SlotCounter
interfaceSlotCounter =
SlotCounter
.BeginCounting(ref /* readonly */ objData);
1248
public static
SlotCounter
BeginCounting(ref /* readonly */ ObjectDataBuilder builder)