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