1 write to _host
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\VsMsdeploy.cs (1)
314_host = host;
12 references to _host
Microsoft.NET.Sdk.Publish.Tasks (12)
Tasks\MsDeploy\VsMsdeploy.cs (12)
123return (_host != null) ? _host.TaskName : string.Empty; 242_host.PopulateOptions(option); 251_host.UpdateDeploymentBaseOptions(_src, _dest); 253_src.SyncTo(_dest, option, _host); 255_host.ClearDeploymentBaseOptions(_src, _dest); 444_host.Log.LogMessage(strMsg); 504_host.Log.LogError(strMsg); 507_host.Log.LogWarning(strMsg); 510_host.Log.LogMessageFromText(strMsg, messageImportance); 527_host.BuildEngine.LogCustomEvent(customBuildWithPropertiesEventArg); 549_host.Log.LogMessage(strMsg);