Esempio n. 1
0
        private int InitializeSources(string[] sourcePaths)
        {
            var sourcePathsExpanded = sourcePaths
                .Union(SourceHelpers.GetDefaultSourceLocations())
                .Select(x => x.ReplaceEnvironmentVariables());

            return _symbols.SetSourcePathWide(string.Join(";", sourcePathsExpanded));
        }