1 write to currentDataNamespace
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
108this.currentDataNamespace = currentDataNamespace;
2 references to currentDataNamespace
System.Data.Services.Client (2)
System\Data\Services\Client\AtomParser.cs (2)
149get { return this.reader.NamespaceURI == this.currentDataNamespace; } 669AtomParser nested = new AtomParser(nestedReader, this.entryCallback, this.typeScheme, this.currentDataNamespace);