1 write to _strings
System (1)
regex\system\text\regularexpressions\RegexCode.cs (1)
126_strings = new String[stringlist.Count];
4 references to _strings
System (4)
regex\system\text\regularexpressions\RegexCode.cs (1)
134stringlist.CopyTo(0, _strings, 0, stringlist.Count);
regex\system\text\regularexpressions\RegexCompiler.cs (2)
3131_strings = code._strings; 3418_strings = code._strings;
regex\system\text\regularexpressions\RegexInterpreter.cs (1)
39runstrings = code._strings;