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()); 400if (_outputCache == null) 405for (int record = 0; record < _outputCache.Count; record++) 407Debug.Assert(_outputCache[record] is BuilderInfo); 408BuilderInfo info = (BuilderInfo)_outputCache[record]!;