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