1 write to _telemetry
Microsoft.DotNet.SignTool (1)
src\BatchSignUtil.cs (1)
47
_telemetry
= telemetry;
5 references to _telemetry
Microsoft.DotNet.SignTool (5)
src\BatchSignUtil.cs (5)
393
if (
_telemetry
!= null)
395
_telemetry
.AddMetric("Signed file count", telemetryTotalFilesSigned);
396
_telemetry
.AddMetric("Repacked file count", telemetryTotalFilesRepacked);
397
_telemetry
.AddMetric("Signing duration (s)", telemetrySignedTime.ElapsedMilliseconds / 1000);
398
_telemetry
.AddMetric("Repacking duration (s)", telemetryRepackedTime.ElapsedMilliseconds / 1000);