1 instantiation of SharedReference
System (1)
regex\system\text\regularexpressions\Regex.cs (1)
1279replref = new SharedReference();
3 references to SharedReference
System (3)
regex\system\text\regularexpressions\Regex.cs (3)
181internal SharedReference replref; // cached parsed replacement pattern 1444internal SharedReference _replref; 1449internal CachedCodeEntry(string key, Hashtable capnames, String[] capslist, RegexCode code, Hashtable caps, int capsize, ExclusiveReference runner, SharedReference repl)