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