2 writes to _elemDepth
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (2)
2819
_elemDepth
--;
3064
_elemDepth
++;
17 references to _elemDepth
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (17)
572
return
_elemDepth
+ adj;
605
for (int i =
_elemDepth
; i >= 0; i--)
626
for (int i =
_elemDepth
; i >= 0; i--)
1830
if (
_elemDepth
> 0)
1832
NamespaceDecl nsdecl = _elementStack[
_elemDepth
].nsdecls;
1873
for (int i =
_elemDepth
; i >= 0; i--)
2457
int elemDepth =
_elemDepth
;
2512
NamespaceDecl decl = _elementStack[
_elemDepth
].nsdecls;
2699
_elementStack[
_elemDepth
].xmlSpace = xs;
2704
_elementStack[
_elemDepth
].xmlLang = GetAttributeText(xmllang);
2817
NamespaceDecl nsdecls = _elementStack[
_elemDepth
].Clear();
2858
if (
_elemDepth
> 0)
3065
if (
_elemDepth
== _elementStack.Length)
3069
_elementStack[
_elemDepth
].Set(qname, _xmlspacePreserve);
3118
if (
_elemDepth
== 0)
3120
int index =
_elemDepth
;
3231
if (0 !=
_elemDepth
)