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