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)
134
stringlist.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)
39
runstrings = code.
_strings
;