1 write to _syncBlockIsHashOrSyncBlockIndex
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Object_1.cs (1)
27
_syncBlockIsHashOrSyncBlockIndex
= target.ReadGlobal<uint>(Constants.Globals.SyncBlockIsHashOrSyncBlockIndex);
3 references to _syncBlockIsHashOrSyncBlockIndex
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Object_1.cs (3)
127
if ((syncBlockValue &
_syncBlockIsHashOrSyncBlockIndex
) != 0)
154
if ((syncBlockValue & (_syncBlockIsHashCode |
_syncBlockIsHashOrSyncBlockIndex
))
155
!=
_syncBlockIsHashOrSyncBlockIndex
)