3 references to s_diskLogPath
dotnet-aot (3)
parent\dotnet\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))