1 write to PushCountOrPopSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCTransition.cs (1)
82
PushCountOrPopSize
= pushCountOrPopSize;
4 references to PushCountOrPopSize
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (2)
213
depth += gcTransitionRegister.
PushCountOrPopSize
;
217
depth -= gcTransitionRegister.
PushCountOrPopSize
;
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCTransition.cs (2)
100
if (
PushCountOrPopSize
!= 1)
101
sb.Append($" {
PushCountOrPopSize
}");