2 writes to _caps
System (2)
regex\system\text\regularexpressions\RegexWriter.cs (2)
236_caps = null; 240_caps = tree._caps;
4 references to _caps
System (4)
regex\system\text\regularexpressions\RegexWriter.cs (4)
201if (_caps != null) 205return(Int32)_caps[capnum]; 242_caps[tree._capnumlist[i]] = i; 301return new RegexCode(_emitted, _stringtable, _trackcount, _caps, capsize, bmPrefix, fcPrefix, anchors, rtl);