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