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)
42
if (_xmlReader.IsStartElement() && _xmlReader.Depth ==
_startDepth
)
44
while (_xmlReader.Depth >
_startDepth
)
55
if (reader.Depth ==
_startDepth
)