3 writes to _strErrorMessage
Microsoft.NET.Sdk.Publish.Tasks (3)
MsDeploy\CommonUtility.cs (3)
406_strErrorMessage = string.Format(CultureInfo.CurrentCulture, Resources.VSMSDEPLOY_MSDEPLOYLOADFAIL, 535_strErrorMessage = string.Format(CultureInfo.CurrentCulture, Resources.VSMSDEPLOY_MSDEPLOYLOADFAIL, 554_strErrorMessage = string.Format(CultureInfo.CurrentCulture, Resources.VSMSDEPLOY_MSDEPLOYLOADFAIL,
4 references to _strErrorMessage
Microsoft.NET.Sdk.Publish.Tasks (4)
MsDeploy\CommonUtility.cs (4)
394else if (_strErrorMessage != null) 413Debug.Assert(_isMSDeployInstalled || _strErrorMessage != null); 427errorMessage = _strErrorMessage; 428log.LogError(_strErrorMessage);