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