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