6 writes to LastAccessStamp
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Regex.Cache.cs (6)
168
lastAccessedStamp = Volatile.Read(ref lastAccessed.
LastAccessStamp
);
182
Volatile.Write(ref node.
LastAccessStamp
, lastAccessedStamp + 1);
237
long min = Volatile.Read(ref s_cacheList[minListIndex].
LastAccessStamp
);
243
long next = Volatile.Read(ref s_cacheList[nextIndex].
LastAccessStamp
);
264
node.
LastAccessStamp
= Volatile.Read(ref lastAccessed.
LastAccessStamp
) + 1;