6 references to Custom
System.Data.Services.Client (6)
System\Data\Services\Client\AtomMaterializer.cs (1)
979
this.parser.DataKind == AtomDataKind.
Custom
,
System\Data\Services\Client\AtomParser.cs (5)
223
case AtomDataKind.
Custom
:
226
this.kind = AtomDataKind.
Custom
;
288
this.kind == AtomDataKind.
Custom
,
304
this.kind == AtomDataKind.
Custom
,
344
AtomDataKind result = AtomDataKind.
Custom
;