1 interface inheriting from IBuildEngine7
Microsoft.Build.Framework (1)
IBuildEngine8.cs (1)
12
public interface IBuildEngine8 :
IBuildEngine7
5 references to IBuildEngine7
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
956
if (be is
IBuildEngine7
be7 && be7.AllowFailureWithoutError)
Microsoft.Build.Framework (1)
IBuildEngine8.cs (1)
9
/// This interface extends <see cref="
IBuildEngine7
" /> to let tasks know if a warning
Microsoft.Build.Utilities.Core (3)
Task.cs (3)
95
/// Retrieves the <see cref="
IBuildEngine7
" /> version of the build engine interface provided by the host.
97
public
IBuildEngine7
BuildEngine7 => (
IBuildEngine7
)BuildEngine;