1 instantiation of UpgradeFeatureLoggingDecorator
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingMiddleware.cs (1)
198loggableUpgradeFeature = new UpgradeFeatureLoggingDecorator(originalUpgradeFeature,
5 references to UpgradeFeatureLoggingDecorator
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingMiddleware.cs (3)
185UpgradeFeatureLoggingDecorator? loggableUpgradeFeature = null; 298private static bool ResponseHeadersNotYetWritten(ResponseBufferingStream? responseBufferingStream, UpgradeFeatureLoggingDecorator? upgradeFeatureLogging) 308private static bool NotUpgradeableRequestOrRequestNotUpgraded(UpgradeFeatureLoggingDecorator? upgradeFeatureLogging)
Microsoft.AspNetCore.HttpLogging.Tests (2)
HttpLoggingMiddlewareTests.cs (2)
1569Assert.True(upgradeFeature is UpgradeFeatureLoggingDecorator); 1574Assert.False(httpContext.Features.Get<IHttpUpgradeFeature>() is UpgradeFeatureLoggingDecorator);