3 references to s_diskLogPath
dotnet (3)
Telemetry\TelemetryClient.cs (3)
125if (!string.IsNullOrWhiteSpace(s_diskLogPath)) 270if (!string.IsNullOrWhiteSpace(s_diskLogPath) && s_activities.Any()) 272TelemetryDiskLogger.WriteLog(s_diskLogPath, s_activities);