1 write to LogScope
Interop.FunctionalTests (1)
Http3\Http3RequestTests.cs (1)
219loggerPovider.LogScope ??= scopeObject as IReadOnlyList<KeyValuePair<string, object>>;
2 references to LogScope
Interop.FunctionalTests (2)
Http3\Http3RequestTests.cs (2)
159Assert.NotNull(mockScopeLoggerProvider.LogScope); 160Assert.Equal(connectionIdFromFeature, mockScopeLoggerProvider.LogScope[0].Value);