2 references to _hasher
dotnet (2)
Telemetry\TelemetryCommonProperties.cs (2)
68
{ CurrentPathHash,
_hasher
(_getCurrentDirectory()) },
82
private string GetMachineId() => _getMACAddress() is { } macAddress ?
_hasher
(macAddress) : Guid.NewGuid().ToString();