1 instantiation of XmlBaseState
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
486
this.xmlBaseStack.Push(new
XmlBaseState
(newBaseUri, this.reader.Depth));
2 references to XmlBaseState
System.Data.Services.Client (2)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (2)
35
private Stack<
XmlBaseState
> xmlBaseStack;
473
this.xmlBaseStack = new Stack<
XmlBaseState
>();