1 write to _readableResponseContentTypes
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpResponseBodyReader.cs (1)
34
_readableResponseContentTypes
= responseOptions.ResponseBodyContentTypes.ToFrozenSet(StringComparer.OrdinalIgnoreCase);
1 reference to _readableResponseContentTypes
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpResponseBodyReader.cs (1)
52
if (!
_readableResponseContentTypes
.Covers(contentType.MediaType!))