Implemented interface member:
property
BuildEngine
Microsoft.Build.Framework.ITask.BuildEngine
12 references to BuildEngine
Microsoft.Build (12)
Instance\TaskFactories\TaskHostTask.cs (12)
341
BuildEngine
.LineNumberOfTaskNode,
342
BuildEngine
.ColumnNumberOfTaskNode,
343
BuildEngine
.ProjectFileOfTaskNode,
344
BuildEngine
.ContinueOnError,
456
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_6) &&
BuildEngine
is IBuildEngine6 buildEngine6)
673
this.
BuildEngine
.LogErrorEvent((BuildErrorEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
676
this.
BuildEngine
.LogWarningEvent((BuildWarningEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
680
this.
BuildEngine
.LogMessageEvent((BuildMessageEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
689
this.
BuildEngine
.LogErrorEvent(buildErrorEventArgs);
693
this.
BuildEngine
.LogWarningEvent(buildWarningEventArgs);
697
this.
BuildEngine
.LogMessageEvent(buildMessageEventArgs);
701
this.
BuildEngine
.LogCustomEvent(customBuildEventArgs);