Esempio n. 1
0
 /// <summary>
 /// Gets the file path of the persisted SonarQube server URLs
 /// </summary>
 /// <returns>The file path of the persisted SonarQube server URLs</returns>
 internal static string GetFilePath()
 {
     return(Path.Combine(PathUtility.AppDataPath(), _filename));
 }