Base:
property
Depth
Microsoft.Xml.XmlReader.Depth
2 references to Depth
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
1683
int depth =
Depth
;
1684
while (Read() && depth <
Depth
)