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>
69
lock (
SyncObj
)
78
lock (
SyncObj
)
197
lock (
SyncObj
)