1 write to IsLive
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCTransition.cs (1)
81
IsLive
= isLive;
14 references to IsLive
Microsoft.Diagnostics.DataContractReader.Contracts (14)
Contracts\GCInfo\X86\GCInfo.cs (11)
276
if (gcTransitionRegister.
IsLive
== Action.PUSH)
280
else if (gcTransitionRegister.
IsLive
== Action.POP)
533
if (registerTransition.
IsLive
== Action.LIVE && registerTransition.IsThis)
537
else if (registerTransition.
IsLive
== Action.DEAD && registerTransition.Register == thisRegister)
819
if (regT.
IsLive
== Action.LIVE || regT.
IsLive
== Action.DEAD)
922
switch (regT.
IsLive
)
1088
if (regTransition.
IsLive
== Action.LIVE)
1092
else if (regTransition.
IsLive
== Action.DEAD)
1101
else if (regTransition.
IsLive
== Action.PUSH)
1105
else if (regTransition.
IsLive
== Action.POP)
Contracts\GCInfo\X86\GCTransition.cs (3)
91
if (
IsLive
== Action.LIVE)
95
else if (
IsLive
== Action.DEAD)
101
sb.Append((
IsLive
== Action.PUSH ? "push" : "pop") + $" {Register}");