Implemented interface member:
property
BuildEngine
Microsoft.Build.Framework.ITask.BuildEngine
11 references to BuildEngine
Microsoft.Build (11)
Instance\TaskFactories\TaskHostTask.cs (11)
275
BuildEngine
.LineNumberOfTaskNode,
276
BuildEngine
.ColumnNumberOfTaskNode,
277
BuildEngine
.ProjectFileOfTaskNode,
278
BuildEngine
.ContinueOnError,
527
this.
BuildEngine
.LogErrorEvent((BuildErrorEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
530
this.
BuildEngine
.LogWarningEvent((BuildWarningEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
534
this.
BuildEngine
.LogMessageEvent((BuildMessageEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
543
this.
BuildEngine
.LogErrorEvent(buildErrorEventArgs);
547
this.
BuildEngine
.LogWarningEvent(buildWarningEventArgs);
551
this.
BuildEngine
.LogMessageEvent(buildMessageEventArgs);
555
this.
BuildEngine
.LogCustomEvent(customBuildEventArgs);