1 write to parser
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializer.cs (1)
265this.parser = parser;
14 references to parser
System.Data.Services.Client (14)
System\Data\Services\Client\AtomMaterializer.cs (14)
315return this.parser.CurrentFeed; 324return this.parser.CurrentEntry; 357get { return this.parser.DataKind == AtomDataKind.Finished; } 950while (this.parser.Read()) 953this.parser.DataKind != AtomDataKind.None, 956this.parser.DataKind != AtomDataKind.Finished, 959switch (this.parser.DataKind) 967this.parser.CurrentEntry != null, 979this.parser.DataKind == AtomDataKind.Custom, 993string elementText = this.parser.ReadCustomElementString(); 1001else if (!targetType.IsEntityType && this.parser.IsDataWebElement) 1004AtomContentProperty property = this.parser.ReadCurrentPropertyValue(); 1023Debug.Assert(this.parser.DataKind == AtomDataKind.Finished, "parser.DataKind == AtomDataKind.None"); 1024Debug.Assert(this.parser.CurrentEntry == null, "parser.Current == null");