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