5 writes to kind
System.Data.Services.Client (5)
System\Data\Services\Client\AtomParser.cs (5)
226
this.
kind
= AtomDataKind.Custom;
236
this.
kind
= AtomDataKind.Entry;
244
this.
kind
= AtomDataKind.Feed;
261
this.
kind
= AtomDataKind.PagingLinks;
271
this.
kind
= AtomDataKind.Finished;
4 references to kind
System.Data.Services.Client (4)
System\Data\Services\Client\AtomParser.cs (4)
110
Debug.Assert(this.
kind
== AtomDataKind.None, "this.kind == AtomDataKind.None -- otherwise not initialized correctly");
140
return this.
kind
;
288
this.
kind
== AtomDataKind.Custom,
304
this.
kind
== AtomDataKind.Custom,