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