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