Implemented interface member:
property
BuildEngine
Microsoft.Build.Framework.ITask.BuildEngine
12 references to BuildEngine
Microsoft.Build (12)
Instance\TaskFactories\TaskHostTask.cs (12)
334
BuildEngine
.LineNumberOfTaskNode,
335
BuildEngine
.ColumnNumberOfTaskNode,
336
BuildEngine
.ProjectFileOfTaskNode,
337
BuildEngine
.ContinueOnError,
449
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_6) &&
BuildEngine
is IBuildEngine6 buildEngine6)
672
this.
BuildEngine
.LogErrorEvent((BuildErrorEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
675
this.
BuildEngine
.LogWarningEvent((BuildWarningEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
679
this.
BuildEngine
.LogMessageEvent((BuildMessageEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
688
this.
BuildEngine
.LogErrorEvent(buildErrorEventArgs);
692
this.
BuildEngine
.LogWarningEvent(buildWarningEventArgs);
696
this.
BuildEngine
.LogMessageEvent(buildMessageEventArgs);
700
this.
BuildEngine
.LogCustomEvent(customBuildEventArgs);