3 implementations of AllowFailureWithoutError
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
697public bool AllowFailureWithoutError { get; set; } = false;
Microsoft.Build.UnitTests.Shared (1)
MockEngine.cs (1)
56public bool AllowFailureWithoutError { get; set; } = false;
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
281public bool AllowFailureWithoutError { get; set; } = false;
1 reference to AllowFailureWithoutError
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
954if (be is IBuildEngine7 be7 && be7.AllowFailureWithoutError)