2 writes to Interruptible
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GCInfo\X86\InfoHdr.cs (2)
218
infoHdr.
Interruptible
= !infoHdr.Interruptible;
453
Interruptible
= interruptible == 1;
8 references to Interruptible
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\GCInfo\X86\GCArgTable.cs (1)
24
if (header.
Interruptible
)
Contracts\GCInfo\X86\GCInfo.cs (6)
526
if (Header.
Interruptible
? offset > instructionOffset : offset >= instructionOffset)
531
if (Header.
Interruptible
&& transition is GcTransitionRegister registerTransition)
616
if (Header.
Interruptible
)
666
if (!Header.
Interruptible
)
703
if (options.IsExecutionAborted && !Header.
Interruptible
)
1032
if (Header.
Interruptible
)
Contracts\GCInfo\X86\InfoHdr.cs (1)
218
infoHdr.Interruptible = !infoHdr.
Interruptible
;