1 instantiation of UpgradeFeatureLoggingDecorator
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingMiddleware.cs (1)
194loggableUpgradeFeature = new UpgradeFeatureLoggingDecorator(originalUpgradeFeature,
5 references to UpgradeFeatureLoggingDecorator
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingMiddleware.cs (3)
181UpgradeFeatureLoggingDecorator? loggableUpgradeFeature = null; 292private static bool ResponseHeadersNotYetWritten(ResponseBufferingStream? responseBufferingStream, UpgradeFeatureLoggingDecorator? upgradeFeatureLogging) 302private static bool NotUpgradeableRequestOrRequestNotUpgraded(UpgradeFeatureLoggingDecorator? upgradeFeatureLogging)
Microsoft.AspNetCore.HttpLogging.Tests (2)
HttpLoggingMiddlewareTests.cs (2)
1486Assert.True(upgradeFeature is UpgradeFeatureLoggingDecorator); 1491Assert.False(httpContext.Features.Get<IHttpUpgradeFeature>() is UpgradeFeatureLoggingDecorator);