3 references to s_diskLogPath
dotnet (3)
Telemetry\TelemetryClient.cs (3)
130
if (!string.IsNullOrWhiteSpace(
s_diskLogPath
))
310
if (string.IsNullOrWhiteSpace(
s_diskLogPath
))
316
if (activities.Length > 0 && TelemetryDiskLogger.WriteLog(
s_diskLogPath
, activities))