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