9 references to Unknown
System.Data.Services (9)
System\Data\Services\DataService.cs (8)
915
if (responseFormat == ContentFormat.
Unknown
)
920
Debug.Assert(responseFormat != ContentFormat.
Unknown
, "responseFormat != ContentFormat.Unknown");
961
responseFormat = ContentFormat.
Unknown
;
975
responseFormat = ContentFormat.
Unknown
;
1270
ContentFormat format = ContentFormat.
Unknown
;
1296
format != ContentFormat.
Unknown
,
1556
if (responseFormat == ContentFormat.
Unknown
)
1561
Debug.Assert(responseFormat != ContentFormat.
Unknown
, "responseFormat != ContentFormat.Unknown");
System\Data\Services\ResponseBodyWriter.cs (1)
64
Debug.Assert(responseFormat != ContentFormat.
Unknown
, "responseFormat != ContentFormat.Unknown");