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