2 writes to SACEnabled
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1161_buildTelemetry.SACEnabled = sacState == NativeMethodsShared.SAC_State.Evaluation || sacState == NativeMethodsShared.SAC_State.Enforcement;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\KnownTelemetry_Tests.cs (1)
84buildTelemetry.SACEnabled = true;
4 references to SACEnabled
Microsoft.Build.Engine.UnitTests (1)
BackEnd\KnownTelemetry_Tests.cs (1)
56buildTelemetry.SACEnabled.ShouldBeNull();
Microsoft.Build.Framework (3)
Telemetry\BuildTelemetry.cs (3)
177AddIfNotNull(SACEnabled); 208AddIfNotNull(SACEnabled?.ToString(), nameof(SACEnabled));