Implemented interface member:
property
BuildEngine
Microsoft.Build.Framework.ITask.BuildEngine
12 references to BuildEngine
Microsoft.Build (12)
Instance\TaskFactories\TaskHostTask.cs (12)
339
BuildEngine
.LineNumberOfTaskNode,
340
BuildEngine
.ColumnNumberOfTaskNode,
341
BuildEngine
.ProjectFileOfTaskNode,
342
BuildEngine
.ContinueOnError,
454
if (ChangeWaves.AreFeaturesEnabled(ChangeWaves.Wave18_6) &&
BuildEngine
is IBuildEngine6 buildEngine6)
671
this.
BuildEngine
.LogErrorEvent((BuildErrorEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
674
this.
BuildEngine
.LogWarningEvent((BuildWarningEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
678
this.
BuildEngine
.LogMessageEvent((BuildMessageEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
687
this.
BuildEngine
.LogErrorEvent(buildErrorEventArgs);
691
this.
BuildEngine
.LogWarningEvent(buildWarningEventArgs);
695
this.
BuildEngine
.LogMessageEvent(buildMessageEventArgs);
699
this.
BuildEngine
.LogCustomEvent(customBuildEventArgs);