6 references to SyncObj
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Regex.Cache.cs (6)
74/// <summary>A list of all the items in the cache. Protected by <see cref="SyncObj"/>.</summary> 76/// <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> 78/// <summary>The current maximum number of items allowed in the cache. This rarely changes. Mostly protected by <see cref="SyncObj"/>.</summary> 89lock (SyncObj) 98lock (SyncObj) 217lock (SyncObj)