5 references to ConvertStringIntoList
Microsoft.NET.Sdk.Publish.Tasks (5)
MsDeploy\VsMSDeployObject.cs (3)
115List<string> enabledLinkList = ConvertStringIntoList(vSMSDeployObject.EnableLinks); 116List<string> disabledLinkList = ConvertStringIntoList(vSMSDeployObject.DisableLinks); 172List<string> linkExtensionList = ConvertStringIntoList(listOfLinkExtensions);
Tasks\MsDeploy\VsMsdeploy.cs (2)
937List<string> enableSkipDirectiveList = MSDeployUtility.ConvertStringIntoList(EnableSkipDirective); 938List<string> disableSkipDirectiveList = MSDeployUtility.ConvertStringIntoList(DisableSkipDirective);