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)
115var strings = new string[_stringTable.Count]; 116foreach (KeyValuePair<string, int> stringEntry in _stringTable) 181ref int i = ref CollectionsMarshal.GetValueRefOrAddDefault(_stringTable, str, out bool exists); 184i = _stringTable.Count - 1;