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