2 references to GcTransitionCall
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCArgTable.cs (2)
321
transition = new
GcTransitionCall
((int)curOffs, _header.EbpFrame, regMask, byrefRegMask);
354
GcTransitionCall transition = new
GcTransitionCall
((int)curOffs, _header.EbpFrame, callRegMask, iregMask);