3 references to Depth
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (3)
31_startDepth = xmlReader.Depth; 42if (_xmlReader.IsStartElement() && _xmlReader.Depth == _startDepth) 44while (_xmlReader.Depth > _startDepth)