8 references to s_propTable
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\RegexCharClass.cs (8)
332
int len =
s_propTable
.Length;
334
Debug.Assert(string.Compare(
s_propTable
[i][0],
s_propTable
[i + 1][0], StringComparison.Ordinal) < 0, $"RegexCharClass s_propTable is out of order at ({
s_propTable
[i][0]}, {
s_propTable
[i + 1][0]})");
1960
int max =
s_propTable
.Length;
1964
int res = string.Compare(capname,
s_propTable
[mid][0], StringComparison.Ordinal);
1975
string set =
s_propTable
[mid][1];