1 write to PushCountOrPopSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCTransition.cs (1)
84PushCountOrPopSize = pushCountOrPopSize;
8 references to PushCountOrPopSize
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\GCInfo\X86\GCInfo.cs (6)
278depth += gcTransitionRegister.PushCountOrPopSize; 282depth -= gcTransitionRegister.PushCountOrPopSize; 939for (int i = 0; i < regT.PushCountOrPopSize; i++) 947for (int i = 0; i < regT.PushCountOrPopSize && depthSlots > 0; i++) 1103depthSlots += regTransition.PushCountOrPopSize; 1107depthSlots -= regTransition.PushCountOrPopSize;
Contracts\GCInfo\X86\GCTransition.cs (2)
102if (PushCountOrPopSize != 1) 103sb.Append($" {PushCountOrPopSize}");