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)
114
if ((syncBlockValue &
_syncBlockIsHashOrSyncBlockIndex
) != 0)
141
if ((syncBlockValue & (_syncBlockIsHashCode |
_syncBlockIsHashOrSyncBlockIndex
))
142
!=
_syncBlockIsHashOrSyncBlockIndex
)