6 writes to LastAccessStamp
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Regex.Cache.cs (6)
188lastAccessedStamp = Volatile.Read(ref lastAccessed.LastAccessStamp); 202Volatile.Write(ref node.LastAccessStamp, lastAccessedStamp + 1); 257long min = Volatile.Read(ref s_cacheList[minListIndex].LastAccessStamp); 263long next = Volatile.Read(ref s_cacheList[nextIndex].LastAccessStamp); 284node.LastAccessStamp = Volatile.Read(ref lastAccessed.LastAccessStamp) + 1;