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