8 references to KvpResponse
Microsoft.Extensions.Http.Diagnostics.Tests (8)
Logging\HttpClientLoggerTest.cs (5)
359
logRecordFull.Contains(testEnricher.
KvpResponse
.Key, expectedLogRecord.GetEnrichmentProperty(testEnricher.
KvpResponse
.Key));
453
logRecordState.NotContains(testEnricher.
KvpResponse
.Key);
568
logRecordState.Contains(testEnricher.
KvpResponse
.Key, expectedLogRecord.GetEnrichmentProperty(testEnricher.
KvpResponse
.Key));
Logging\Internal\TestEnricher.cs (3)
25
EnrichmentBag.TagArray[index++] =
KvpResponse
;
43
tagCollector.Add(
KvpResponse
.Key,
KvpResponse
.Value!);