1 write to SACEnabled
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1161_buildTelemetry.SACEnabled = sacState == NativeMethodsShared.SAC_State.Evaluation || sacState == NativeMethodsShared.SAC_State.Enforcement;
3 references to SACEnabled
Microsoft.Build.Framework (3)
Telemetry\BuildTelemetry.cs (3)
177AddIfNotNull(SACEnabled); 208AddIfNotNull(SACEnabled?.ToString(), nameof(SACEnabled));