2 writes to runnerref
System (2)
regex\system\text\regularexpressions\Regex.cs (2)
300runnerref = cached._runnerref; 1278runnerref = new ExclusiveReference();
3 references to runnerref
System (3)
regex\system\text\regularexpressions\Regex.cs (3)
1298runner = (RegexRunner)runnerref.Get(); 1316runnerref.Release(runner); 1362newcached = new CachedCodeEntry(key, capnames, capslist, code, caps, capsize, runnerref, replref);