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