2 writes to IsStandaloneExecution
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1274IsStandaloneExecution = _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)
545AddIfNotNull(IsStandaloneExecution); 615AddIfNotNull(IsStandaloneExecution?.ToString(), nameof(IsStandaloneExecution));
Telemetry\CrashTelemetryRecorder.cs (1)
228TelemetryManager.Instance?.Initialize(crashTelemetry.IsStandaloneExecution ?? false);