1 write to ConnectionLogScope
InMemory.FunctionalTests (1)
Http2\Http2EndToEndTests.cs (1)
136loggerPovider.ConnectionLogScope ??= scopeObject as ConnectionLogScope;
2 references to ConnectionLogScope
InMemory.FunctionalTests (2)
Http2\Http2EndToEndTests.cs (2)
77Assert.NotNull(mockScopeLoggerProvider.ConnectionLogScope); 78Assert.Equal(connectionIdFromFeature, mockScopeLoggerProvider.ConnectionLogScope[0].Value);