1 write to _dest
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\VsMsdeploy.cs (1)
313_dest = dest;
7 references to _dest
Microsoft.NET.Sdk.Publish.Tasks (7)
Tasks\MsDeploy\VsMsdeploy.cs (7)
249DynamicAssembly.AddEventHandler(_dest.BaseOptions, "Trace", traceEventHandler); 251_host.UpdateDeploymentBaseOptions(_src, _dest); 253_src.SyncTo(_dest, option, _host); 255_host.ClearDeploymentBaseOptions(_src, _dest); 258DynamicAssembly.RemoveEventHandler(_dest.BaseOptions, "Trace", traceEventHandler); 261_dest.ResetBaseOptions(); 443string strMsg = string.Format(System.Globalization.CultureInfo.CurrentCulture, Resources.VSMSDEPLOY_Start, _src.ToString(), _dest.ToString());