1 write to _stackSizeSkipped
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataStackWalk.cs (1)
62
_stackSizeSkipped
= unchecked(stackWalk.GetStackPointer(_dataFrames.Current).Value - _stackPointerBeforeFiltering);
1 reference to _stackSizeSkipped
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataStackWalk.cs (1)
223
*stackSizeSkipped =
_stackSizeSkipped
;