1 write to _initialDepth
System.Private.Xml (1)
System\Xml\Core\XmlSubtreeReader.cs (1)
101
_initialDepth
= reader.Depth;
24 references to _initialDepth
System.Private.Xml (24)
System\Xml\Core\XmlSubtreeReader.cs (14)
167
int depth = reader.Depth -
_initialDepth
;
479
Debug.Assert(reader.Depth >=
_initialDepth
);
480
if (reader.Depth ==
_initialDepth
)
550
Debug.Assert(reader.Depth >=
_initialDepth
);
552
if (reader.Depth ==
_initialDepth
&& reader.NodeType == XmlNodeType.Element && !reader.IsEmptyElement)
557
while (reader.Depth >
_initialDepth
&& reader.Read())
587
Debug.Assert(reader.Depth >=
_initialDepth
);
588
if (reader.Depth ==
_initialDepth
)
595
while (reader.NodeType != XmlNodeType.EndElement && reader.Depth >
_initialDepth
)
616
Debug.Assert(reader.Depth >=
_initialDepth
);
941
if (reader.Depth ==
_initialDepth
)
1078
if (reader.Depth ==
_initialDepth
)
1428
if (reader.Depth ==
_initialDepth
)
1456
if (reader.Depth ==
_initialDepth
)
System\Xml\Core\XmlSubtreeReaderAsync.cs (10)
42
Debug.Assert(reader.Depth >=
_initialDepth
);
43
if (reader.Depth ==
_initialDepth
)
113
Debug.Assert(reader.Depth >=
_initialDepth
);
114
if (reader.Depth ==
_initialDepth
)
121
while (reader.NodeType != XmlNodeType.EndElement && reader.Depth >
_initialDepth
)
142
Debug.Assert(reader.Depth >=
_initialDepth
);
347
if (reader.Depth ==
_initialDepth
)
484
if (reader.Depth ==
_initialDepth
)
612
if (reader.Depth ==
_initialDepth
)
640
if (reader.Depth ==
_initialDepth
)