8 references to s_propTable
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\RegexCharClass.cs (8)
329
int len =
s_propTable
.Length;
331
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]})");
1824
int max =
s_propTable
.Length;
1828
int res = string.Compare(capname,
s_propTable
[mid][0], StringComparison.Ordinal);
1839
string set =
s_propTable
[mid][1];