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)
127if ((syncBlockValue & _syncBlockIsHashOrSyncBlockIndex) != 0) 154if ((syncBlockValue & (_syncBlockIsHashCode | _syncBlockIsHashOrSyncBlockIndex)) 155!= _syncBlockIsHashOrSyncBlockIndex)