1 write to _dest
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\VsMsdeploy.cs (1)
312_dest = dest;
7 references to _dest
Microsoft.NET.Sdk.Publish.Tasks (7)
Tasks\MsDeploy\VsMsdeploy.cs (7)
248DynamicAssembly.AddEventHandler(_dest.BaseOptions, "Trace", traceEventHandler); 250_host.UpdateDeploymentBaseOptions(_src, _dest); 252_src.SyncTo(_dest, option, _host); 254_host.ClearDeploymentBaseOptions(_src, _dest); 257DynamicAssembly.RemoveEventHandler(_dest.BaseOptions, "Trace", traceEventHandler); 260_dest.ResetBaseOptions(); 442string strMsg = string.Format(System.Globalization.CultureInfo.CurrentCulture, Resources.VSMSDEPLOY_Start, _src.ToString(), _dest.ToString());