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)
274
if (gcTransitionRegister.
IsLive
== Action.PUSH)
278
else if (gcTransitionRegister.
IsLive
== Action.POP)
531
if (registerTransition.
IsLive
== Action.LIVE && registerTransition.IsThis)
535
else if (registerTransition.
IsLive
== Action.DEAD && registerTransition.Register == thisRegister)
817
if (regT.
IsLive
== Action.LIVE || regT.
IsLive
== Action.DEAD)
920
switch (regT.
IsLive
)
1086
if (regTransition.
IsLive
== Action.LIVE)
1090
else if (regTransition.
IsLive
== Action.DEAD)
1099
else if (regTransition.
IsLive
== Action.PUSH)
1103
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}");