1 write to _stringhash
System (1)
regex\system\text\regularexpressions\RegexWriter.cs (1)
66_stringhash = new Dictionary<string, int>();
3 references to _stringhash
System (3)
regex\system\text\regularexpressions\RegexWriter.cs (3)
172if (_stringhash.ContainsKey(str)) { 173i = (Int32)_stringhash[str]; 177_stringhash[str] = i;