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)
524
if (Header.
Interruptible
? offset > instructionOffset : offset >= instructionOffset)
529
if (Header.
Interruptible
&& transition is GcTransitionRegister registerTransition)
614
if (Header.
Interruptible
)
664
if (!Header.
Interruptible
)
701
if (options.IsExecutionAborted && !Header.
Interruptible
)
1030
if (Header.
Interruptible
)
Contracts\GCInfo\X86\InfoHdr.cs (1)
218
infoHdr.Interruptible = !infoHdr.
Interruptible
;