1 write to _syncBlockIndexMask
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Object_1.cs (1)
30
_syncBlockIndexMask
= target.ReadGlobal<uint>(Constants.Globals.SyncBlockIndexMask);
1 reference to _syncBlockIndexMask
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Object_1.cs (1)
145
uint index = syncBlockValue &
_syncBlockIndexMask
;