5 writes to _resultUrl
Microsoft.NET.Sdk.Publish.Tasks (5)
Tasks\MsDeploy\NormalizeServiceUrl.cs (5)
71_resultUrl = ConstructServiceUrlForDeployThruWMSVC(tempUrl); 77_resultUrl = ConstructServiceUrlForDeployThruAgentService(tempUrl);//through remote agent 84_resultUrl = string.Empty;//through in proc and don't need server name at all. 90_resultUrl = string.Concat("http://", tempUrl); 94_resultUrl = tempUrl;
1 reference to _resultUrl
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\NormalizeServiceUrl.cs (1)
60get { return _resultUrl; }