10 writes to Depth
System.Private.Xml (10)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
562
_attributeValue.
Depth
= _currentInfo.Depth + 1;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (7)
194
_currentInfo!.
Depth
= _recordDepth;
290
_currentInfo.
Depth
= _recordDepth;
305
_currentInfo.
Depth
= _recordDepth;
331
attribute.
Depth
= _recordDepth;
386
_currentInfo.
Depth
= _recordDepth;
393
_currentInfo.
Depth
= _recordDepth;
761
ns.
Depth
= _recordDepth;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
172
mainNode.
Depth
++;
174
mainNode.
Depth
--;
5 references to Depth
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
60
_depth = src.
Depth
;
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
137
return _currentInfo.
Depth
;
562
_attributeValue.Depth = _currentInfo.
Depth
+ 1;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
127
if (mainNode.
Depth
== 0)
740
Indent(record.MainNode.
Depth
);