1 write to xmlBaseStack
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
473
this.
xmlBaseStack
= new Stack<XmlBaseState>();
11 references to xmlBaseStack
System.Data.Services.Client (11)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (11)
65
if (this.
xmlBaseStack
!= null && this.
xmlBaseStack
.Count > 0)
67
return this.
xmlBaseStack
.Peek().BaseUri.AbsoluteUri;
471
if (this.
xmlBaseStack
== null)
476
if (this.
xmlBaseStack
.Count > 0)
482
newBaseUri = Util.CreateUri(this.
xmlBaseStack
.Peek().BaseUri, newBaseUri);
486
this.
xmlBaseStack
.Push(new XmlBaseState(newBaseUri, this.reader.Depth));
548
if (this.
xmlBaseStack
!= null && this.
xmlBaseStack
.Count > 0 && this.reader.Depth == this.
xmlBaseStack
.Peek().Depth)
550
this.
xmlBaseStack
.Pop();