Implemented interface member:
property
BuildEngine
Microsoft.Build.Framework.ITask.BuildEngine
11 references to BuildEngine
Microsoft.Build (11)
Instance\TaskFactories\TaskHostTask.cs (11)
318
BuildEngine
.LineNumberOfTaskNode,
319
BuildEngine
.ColumnNumberOfTaskNode,
320
BuildEngine
.ProjectFileOfTaskNode,
321
BuildEngine
.ContinueOnError,
603
this.
BuildEngine
.LogErrorEvent((BuildErrorEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
606
this.
BuildEngine
.LogWarningEvent((BuildWarningEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
610
this.
BuildEngine
.LogMessageEvent((BuildMessageEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
619
this.
BuildEngine
.LogErrorEvent(buildErrorEventArgs);
623
this.
BuildEngine
.LogWarningEvent(buildWarningEventArgs);
627
this.
BuildEngine
.LogMessageEvent(buildMessageEventArgs);
631
this.
BuildEngine
.LogCustomEvent(customBuildEventArgs);