1 write to initialDepth
System.Xml (1)
System\Xml\Core\XmlSubtreeReader.cs (1)
95
initialDepth
= reader.Depth;
24 references to initialDepth
System.Xml (24)
System\Xml\Core\XmlSubtreeReader.cs (14)
148
int depth = reader.Depth -
initialDepth
;
386
Debug.Assert( reader.Depth >=
initialDepth
);
387
if ( reader.Depth ==
initialDepth
) {
447
Debug.Assert( reader.Depth >=
initialDepth
);
449
if (reader.Depth ==
initialDepth
&& reader.NodeType == XmlNodeType.Element && !reader.IsEmptyElement) {
453
while (reader.Depth >
initialDepth
&& reader.Read()) {
478
Debug.Assert( reader.Depth >=
initialDepth
);
479
if ( reader.Depth ==
initialDepth
) {
483
while ( reader.NodeType != XmlNodeType.EndElement && reader.Depth >
initialDepth
) {
502
Debug.Assert( reader.Depth >=
initialDepth
);
776
if ( reader.Depth ==
initialDepth
) {
893
if ( reader.Depth ==
initialDepth
) {
1179
if ( reader.Depth ==
initialDepth
) {
1203
if ( reader.Depth ==
initialDepth
) {
System\Xml\Core\XmlSubtreeReaderAsync.cs (10)
36
Debug.Assert( reader.Depth >=
initialDepth
);
37
if ( reader.Depth ==
initialDepth
) {
99
Debug.Assert( reader.Depth >=
initialDepth
);
100
if ( reader.Depth ==
initialDepth
) {
104
while ( reader.NodeType != XmlNodeType.EndElement && reader.Depth >
initialDepth
) {
123
Debug.Assert( reader.Depth >=
initialDepth
);
300
if ( reader.Depth ==
initialDepth
) {
417
if ( reader.Depth ==
initialDepth
) {
530
if ( reader.Depth ==
initialDepth
) {
554
if ( reader.Depth ==
initialDepth
) {