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)
394
else if (
_strErrorMessage
!= null)
413
Debug.Assert(_isMSDeployInstalled ||
_strErrorMessage
!= null);
427
errorMessage =
_strErrorMessage
;
428
log.LogError(
_strErrorMessage
);