1 write to StackDepthChange
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCTransition.cs (1)
309StackDepthChange = stackDepthChange;
3 references to StackDepthChange
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GCInfo\X86\GCInfo.cs (2)
282depth += stackDepthTransition.StackDepthChange; 705depthSlots += stackT.StackDepthChange;
Contracts\GCInfo\X86\GCTransition.cs (1)
314return $"stack depth delta: {StackDepthChange}";