2 writes to outputCache
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
349this.outputCache = new ArrayList(); 367this.outputCache = null;
6 references to outputCache
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (6)
348if (this.outputCache == null) { 352this.outputCache.Add(record.MainNode.Clone()); 356if (this.outputCache == null) { 360for(int record = 0; record < this.outputCache.Count; record ++) { 361Debug.Assert(this.outputCache[record] is BuilderInfo); 362BuilderInfo info = (BuilderInfo) this.outputCache[record];