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