3 references to s_propTable
System.Text.RegularExpressions.Generator (3)
parent\src\System\Text\RegularExpressions\RegexCharClass.cs (3)
1833
int max =
s_propTable
.Length;
1837
int res = string.Compare(capname,
s_propTable
[mid][0], StringComparison.Ordinal);
1848
string set =
s_propTable
[mid][1];