1 interface inheriting from IBuildEngine6
Microsoft.Build.Framework (1)
IBuildEngine7.cs (1)
12public interface IBuildEngine7 : IBuildEngine6
4 references to IBuildEngine6
Microsoft.Build.Framework (1)
IBuildEngine7.cs (1)
9/// This interface extends <see cref="IBuildEngine6" /> to allow tasks to set whether they want to
Microsoft.Build.Utilities.Core (3)
Task.cs (3)
90/// Retrieves the <see cref="IBuildEngine6" /> version of the build engine interface provided by the host. 92public IBuildEngine6 BuildEngine6 => (IBuildEngine6)BuildEngine;