2 writes to CurrentSessionId
dotnet-aot (2)
parent\dotnet\Telemetry\TelemetryClient.cs (2)
97
CurrentSessionId
= null;
206
CurrentSessionId
??= !string.IsNullOrEmpty(initialSessionId) ? initialSessionId : Guid.NewGuid().ToString();
3 references to CurrentSessionId
dotnet-aot (3)
parent\dotnet\Commands\MSBuild\MSBuildForwardingApp.cs (2)
38
if (TelemetryClient.
CurrentSessionId
!= null)
115
EnvironmentVariable(EnvironmentVariableNames.DOTNET_CLI_TELEMETRY_SESSIONID, TelemetryClient.
CurrentSessionId
);
parent\dotnet\Telemetry\TelemetryClient.cs (1)
207
s_commonProperties = new TelemetryCommonProperties().GetTelemetryCommonProperties(
CurrentSessionId
);