2 writes to _outputCache
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
393
_outputCache
??= new ArrayList();
413
_outputCache
= null;
5 references to _outputCache
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (5)
395
_outputCache
.Add(record.MainNode.Clone());
400
if (
_outputCache
== null)
405
for (int record = 0; record <
_outputCache
.Count; record++)
407
Debug.Assert(
_outputCache
[record] is BuilderInfo);
408
BuilderInfo info = (BuilderInfo)
_outputCache
[record]!;