2 writes to elemDepth
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
2458
this.
elemDepth
--;
2693
this.
elemDepth
++;
17 references to elemDepth
System.Xml (17)
System\Xml\BinaryXml\XmlBinaryReader.cs (17)
512
return this.
elemDepth
+ adj;
537
for (int i = this.
elemDepth
; i >= 0; i--) {
553
for (int i = this.
elemDepth
; i >= 0; i--) {
1605
if (this.
elemDepth
> 0) {
1606
NamespaceDecl nsdecl = this.elementStack[this.
elemDepth
].nsdecls;
1640
for (int i = this.
elemDepth
; i >= 0; i--) {
2147
int elemDepth = this.
elemDepth
;
2194
NamespaceDecl decl = this.elementStack[this.
elemDepth
].nsdecls;
2355
this.elementStack[this.
elemDepth
].xmlSpace = xs;
2359
this.elementStack[this.
elemDepth
].xmlLang = GetAttributeText(xmllang);
2456
NamespaceDecl nsdecls = this.elementStack[this.
elemDepth
].Clear();
2493
if (this.
elemDepth
> 0)
2694
if (this.
elemDepth
== this.elementStack.Length)
2698
this.elementStack[this.
elemDepth
].Set(qname, this.xmlspacePreserve);
2739
if (this.
elemDepth
== 0)
2741
int index = this.
elemDepth
;
2838
if (0 != this.
elemDepth
) {