1 write to IsLive
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCTransition.cs (1)
81
IsLive
= isLive;
5 references to IsLive
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCInfo.cs (2)
211
if (gcTransitionRegister.
IsLive
== Action.PUSH)
215
else if (gcTransitionRegister.
IsLive
== Action.POP)
Contracts\StackWalk\Context\X86\GCInfoDecoding\GCTransition.cs (3)
89
if (
IsLive
== Action.LIVE)
93
else if (
IsLive
== Action.DEAD)
99
sb.Append((
IsLive
== Action.PUSH ? "push" : "pop") + $" {Register}");