2 writes to IsStandaloneExecution
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1299IsStandaloneExecution = _buildTelemetry?.IsStandaloneExecution ?? false,
Microsoft.Build.Framework (1)
Telemetry\CrashTelemetryRecorder.cs (1)
57crashTelemetry.IsStandaloneExecution = isStandaloneExecution;
4 references to IsStandaloneExecution
Microsoft.Build.Framework (4)
Telemetry\CrashTelemetry.cs (3)
548AddIfNotNull(IsStandaloneExecution); 618AddIfNotNull(IsStandaloneExecution?.ToString(), nameof(IsStandaloneExecution));
Telemetry\CrashTelemetryRecorder.cs (1)
227TelemetryManager.Instance.Initialize(crashTelemetry.IsStandaloneExecution ?? false);