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)
172
if (
_stringhash
.ContainsKey(str)) {
173
i = (Int32)
_stringhash
[str];
177
_stringhash
[str] = i;