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