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