5 writes to Depth
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (3)
445recordedNode.Depth = _coreReader.Depth; 489textNode.Depth = depth; 776_textNode.Depth = depth;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReaderAsync.cs (1)
71recordedNode.Depth = _coreReader.Depth;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
2612_textNode.Depth = depth;
4 references to Depth
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (2)
179return _cachedNode.Depth; 608_cachedNode = CreateDummyTextNode(_cachedNode.RawValue, _cachedNode.Depth + 1);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
335return _cachedNode.Depth; 1513_cachedNode = CreateDummyTextNode(_cachedNode.RawValue, _cachedNode.Depth + 1);