2 writes to CurrentSessionId
dotnet (2)
Telemetry\TelemetryClient.cs (2)
52
CurrentSessionId
= null;
136
CurrentSessionId
??= !string.IsNullOrEmpty(sessionId) ? sessionId : Guid.NewGuid().ToString();
3 references to CurrentSessionId
dotnet (3)
Commands\MSBuild\MSBuildForwardingApp.cs (2)
22
if (TelemetryClient.
CurrentSessionId
!= null)
75
EnvironmentVariable(EnvironmentVariableNames.DOTNET_CLI_TELEMETRY_SESSIONID, TelemetryClient.
CurrentSessionId
);
Telemetry\TelemetryClient.cs (1)
137
s_commonProperties = new TelemetryCommonProperties().GetTelemetryCommonProperties(
CurrentSessionId
);