Base:
property
Depth
Microsoft.Xml.XmlReader.Depth
7 references to Depth
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (1)
94
get { return _impl.
Depth
; }
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
95
if (reader.
Depth
== 0 &&
131
if ((reader.
Depth
== 0) &&
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
95
if (SchemaNames.IsXDRRoot(elementName.Name, elementName.Namespace) && reader.
Depth
> 0)
197
if (reader.
Depth
== 0)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
178
if (IsXSDRoot(elementName.Name, elementName.Namespace) && reader.
Depth
> 0)
267
if (reader.
Depth
== 0)