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