3 references to s_shutdownTimeoutMs
dotnet (3)
Telemetry\TelemetryClient.cs (3)
268s_tracerProvider?.Shutdown(s_shutdownTimeoutMs); 269s_metricsProvider?.Shutdown(s_shutdownTimeoutMs); 283int timeout = s_isCIEnvironment || s_enableOtlpExporter ? s_shutdownTimeoutMs : 10;