Implemented interface member:
property
BuildEngine
Microsoft.Build.Framework.ITask.BuildEngine
11 references to BuildEngine
Microsoft.Build (11)
Instance\TaskFactories\TaskHostTask.cs (11)
313
BuildEngine
.LineNumberOfTaskNode,
314
BuildEngine
.ColumnNumberOfTaskNode,
315
BuildEngine
.ProjectFileOfTaskNode,
316
BuildEngine
.ContinueOnError,
599
this.
BuildEngine
.LogErrorEvent((BuildErrorEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
602
this.
BuildEngine
.LogWarningEvent((BuildWarningEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
606
this.
BuildEngine
.LogMessageEvent((BuildMessageEventArgs)logMessagePacket.NodeBuildEvent.Value.Value);
615
this.
BuildEngine
.LogErrorEvent(buildErrorEventArgs);
619
this.
BuildEngine
.LogWarningEvent(buildWarningEventArgs);
623
this.
BuildEngine
.LogMessageEvent(buildMessageEventArgs);
627
this.
BuildEngine
.LogCustomEvent(customBuildEventArgs);