5 instantiations of StackDepthTransition
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\GCInfo\X86\GCArgTable.cs (5)
186
AddNewTransition(new
StackDepthTransition
((int)curOffs, (int)argOffs));
446
AddNewTransition(new
StackDepthTransition
((int)curOffs, -(int)callArgCnt));
461
AddNewTransition(new
StackDepthTransition
((int)curOffs, -(int)callArgCnt));
472
AddNewTransition(new
StackDepthTransition
((int)curOffs, -(int)callArgCnt));
502
AddNewTransition(new
StackDepthTransition
((int)curOffs, -(int)callArgCnt));
3 references to StackDepthTransition
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GCInfo\X86\GCInfo.cs (3)
283
case
StackDepthTransition
stackDepthTransition:
827
case
StackDepthTransition
stackT:
1139
case
StackDepthTransition
stackT: