Implemented interface member:
property
BuildEngine
Microsoft.Build.Framework.ITask.BuildEngine
12 references to BuildEngine
Microsoft.Build (12)
Instance\TaskFactories\TaskHostTask.cs (12)
337
BuildEngine
.LineNumberOfTaskNode,
338
BuildEngine
.ColumnNumberOfTaskNode,
339
BuildEngine
.ProjectFileOfTaskNode,
340
BuildEngine
.ContinueOnError,
424
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_6) &&
BuildEngine
is IBuildEngine6 buildEngine6)
638
this.
BuildEngine
.LogErrorEvent((BuildErrorEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
641
this.
BuildEngine
.LogWarningEvent((BuildWarningEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
645
this.
BuildEngine
.LogMessageEvent((BuildMessageEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
654
this.
BuildEngine
.LogErrorEvent(buildErrorEventArgs);
658
this.
BuildEngine
.LogWarningEvent(buildWarningEventArgs);
662
this.
BuildEngine
.LogMessageEvent(buildMessageEventArgs);
666
this.
BuildEngine
.LogCustomEvent(customBuildEventArgs);