Implemented interface member:
property
BuildEngine
Microsoft.Build.Framework.ITask.BuildEngine
11 references to BuildEngine
Microsoft.Build (11)
Instance\TaskFactories\TaskHostTask.cs (11)
278
BuildEngine
.LineNumberOfTaskNode,
279
BuildEngine
.ColumnNumberOfTaskNode,
280
BuildEngine
.ProjectFileOfTaskNode,
281
BuildEngine
.ContinueOnError,
540
this.
BuildEngine
.LogErrorEvent((BuildErrorEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
543
this.
BuildEngine
.LogWarningEvent((BuildWarningEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
547
this.
BuildEngine
.LogMessageEvent((BuildMessageEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
556
this.
BuildEngine
.LogErrorEvent(buildErrorEventArgs);
560
this.
BuildEngine
.LogWarningEvent(buildWarningEventArgs);
564
this.
BuildEngine
.LogMessageEvent(buildMessageEventArgs);
568
this.
BuildEngine
.LogCustomEvent(customBuildEventArgs);