1 write to _stringTable
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexWriter.cs (1)
41
_stringTable
= new Dictionary<string, int>();
4 references to _stringTable
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexWriter.cs (4)
115
var strings = new string[
_stringTable
.Count];
116
foreach (KeyValuePair<string, int> stringEntry in
_stringTable
)
181
ref int i = ref CollectionsMarshal.GetValueRefOrAddDefault(
_stringTable
, str, out bool exists);
184
i =
_stringTable
.Count - 1;