2 writes to Scheme
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplicationDiagnostics.cs (1)
66context.MetricsTagsFeature.Scheme = httpContext.Request.Scheme;
Internal\HttpMetricsTagsFeature.cs (1)
27Scheme = null;
2 references to Scheme
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
166context.MetricsTagsFeature.Scheme!,
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationDiagnosticsTests.cs (1)
290Assert.Null(context.MetricsTagsFeature.Scheme);