3 writes to AllowTaskCrashes
Microsoft.Build.Engine.UnitTests (2)
BackEnd\TaskBuilder_Tests.cs (1)
965logger.AllowTaskCrashes = throwException;
BackEnd\TaskExecutionHost_Tests.cs (1)
1064MockLogger ml = new MockLogger() { AllowTaskCrashes = true };
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
1376AllowTaskCrashes = allowTaskCrash,
1 reference to AllowTaskCrashes
Microsoft.Build.UnitTests.Shared (1)
MockLogger.cs (1)
393if (!AllowTaskCrashes)