2 writes to replref
System (2)
regex\system\text\regularexpressions\Regex.cs (2)
301replref = cached._replref; 1279replref = new SharedReference();
5 references to replref
System (5)
regex\system\text\regularexpressions\Regex.cs (3)
1040RegexReplacement repl = (RegexReplacement) replref.Get(); 1044replref.Cache(repl); 1362newcached = new CachedCodeEntry(key, capnames, capslist, code, caps, capsize, runnerref, replref);
regex\system\text\regularexpressions\RegexMatch.cs (2)
162repl = (RegexReplacement)_regex.replref.Get(); 166_regex.replref.Cache(repl);