6 references to SyncObj
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Regex.Cache.cs (6)
54/// <summary>A list of all the items in the cache. Protected by <see cref="SyncObj"/>.</summary> 56/// <summary>Random number generator used to examine a subset of items when we need to drop one from a large list. Protected by <see cref="SyncObj"/>.</summary> 58/// <summary>The current maximum number of items allowed in the cache. This rarely changes. Mostly protected by <see cref="SyncObj"/>.</summary> 69lock (SyncObj) 78lock (SyncObj) 197lock (SyncObj)