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)
167int depth = reader.Depth - _initialDepth; 473Debug.Assert(reader.Depth >= _initialDepth); 474if (reader.Depth == _initialDepth) 544Debug.Assert(reader.Depth >= _initialDepth); 546if (reader.Depth == _initialDepth && reader.NodeType == XmlNodeType.Element && !reader.IsEmptyElement) 551while (reader.Depth > _initialDepth && reader.Read()) 581Debug.Assert(reader.Depth >= _initialDepth); 582if (reader.Depth == _initialDepth) 589while (reader.NodeType != XmlNodeType.EndElement && reader.Depth > _initialDepth) 610Debug.Assert(reader.Depth >= _initialDepth); 933if (reader.Depth == _initialDepth) 1068if (reader.Depth == _initialDepth) 1409if (reader.Depth == _initialDepth) 1437if (reader.Depth == _initialDepth)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (10)
47Debug.Assert(reader.Depth >= _initialDepth); 48if (reader.Depth == _initialDepth) 118Debug.Assert(reader.Depth >= _initialDepth); 119if (reader.Depth == _initialDepth) 126while (reader.NodeType != XmlNodeType.EndElement && reader.Depth > _initialDepth) 147Debug.Assert(reader.Depth >= _initialDepth); 350if (reader.Depth == _initialDepth) 485if (reader.Depth == _initialDepth) 613if (reader.Depth == _initialDepth) 641if (reader.Depth == _initialDepth)