1 write to _host
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\VsMsdeploy.cs (1)
313_host = host;
12 references to _host
Microsoft.NET.Sdk.Publish.Tasks (12)
Tasks\MsDeploy\VsMsdeploy.cs (12)
122return (_host != null) ? _host.TaskName : string.Empty; 241_host.PopulateOptions(option); 250_host.UpdateDeploymentBaseOptions(_src, _dest); 252_src.SyncTo(_dest, option, _host); 254_host.ClearDeploymentBaseOptions(_src, _dest); 443_host.Log.LogMessage(strMsg); 503_host.Log.LogError(strMsg); 506_host.Log.LogWarning(strMsg); 509_host.Log.LogMessageFromText(strMsg, messageImportance); 526_host.BuildEngine.LogCustomEvent(customBuildWithPropertiesEventArg); 548_host.Log.LogMessage(strMsg);