1 write to m_retryAttempts
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\MSDeploy.cs (1)
391
set {
m_retryAttempts
= value; }
3 references to m_retryAttempts
Microsoft.NET.Sdk.Publish.Tasks (3)
Tasks\MsDeploy\MSDeploy.cs (3)
390
get { return
m_retryAttempts
; }
1001
if (
m_retryAttempts
> 0) commandLine.AppendSwitchUnquotedIfNotNull("-retryAttempts=",
m_retryAttempts
.ToString(CultureInfo.InvariantCulture));