1 instantiation of XmlBaseState
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
486this.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)
35private Stack<XmlBaseState> xmlBaseStack; 473this.xmlBaseStack = new Stack<XmlBaseState>();