1 write to _initialDepth
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (1)
100
_initialDepth
= reader.Depth;
24 references to _initialDepth
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (14)
167
int depth = reader.Depth -
_initialDepth
;
473
Debug.Assert(reader.Depth >=
_initialDepth
);
474
if (reader.Depth ==
_initialDepth
)
544
Debug.Assert(reader.Depth >=
_initialDepth
);
546
if (reader.Depth ==
_initialDepth
&& reader.NodeType == XmlNodeType.Element && !reader.IsEmptyElement)
551
while (reader.Depth >
_initialDepth
&& reader.Read())
581
Debug.Assert(reader.Depth >=
_initialDepth
);
582
if (reader.Depth ==
_initialDepth
)
589
while (reader.NodeType != XmlNodeType.EndElement && reader.Depth >
_initialDepth
)
610
Debug.Assert(reader.Depth >=
_initialDepth
);
933
if (reader.Depth ==
_initialDepth
)
1068
if (reader.Depth ==
_initialDepth
)
1409
if (reader.Depth ==
_initialDepth
)
1437
if (reader.Depth ==
_initialDepth
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (10)
47
Debug.Assert(reader.Depth >=
_initialDepth
);
48
if (reader.Depth ==
_initialDepth
)
118
Debug.Assert(reader.Depth >=
_initialDepth
);
119
if (reader.Depth ==
_initialDepth
)
126
while (reader.NodeType != XmlNodeType.EndElement && reader.Depth >
_initialDepth
)
147
Debug.Assert(reader.Depth >=
_initialDepth
);
350
if (reader.Depth ==
_initialDepth
)
485
if (reader.Depth ==
_initialDepth
)
613
if (reader.Depth ==
_initialDepth
)
641
if (reader.Depth ==
_initialDepth
)