3 references to s_categories
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\UnicodeCategoryConditions.cs (3)
34
s_categories
[(int)category] ??
35
Interlocked.CompareExchange(ref
s_categories
[(int)category], BDD.Deserialize(UnicodeCategoryRanges.GetSerializedCategory(category)), null) ??
36
s_categories
[(int)category]!;