3 writes to _appPath
aspire (3)
Projects\AppHostServerProject.cs (3)
106_appPath = Path.GetFullPath(appPath); 107_appPath = new Uri(_appPath).LocalPath; 108_appPath = OperatingSystem.IsWindows() ? _appPath.ToLowerInvariant() : _appPath;
9 references to _appPath
aspire (9)
Projects\AppHostServerProject.cs (9)
107_appPath = new Uri(_appPath).LocalPath; 108_appPath = OperatingSystem.IsWindows() ? _appPath.ToLowerInvariant() : _appPath; 114var pathHash = SHA256.HashData(Encoding.UTF8.GetBytes(_appPath)); 133public string AppPath => _appPath; 246var userNugetConfig = FindNuGetConfig(_appPath); 259var localConfigPath = AspireJsonConfiguration.GetFilePath(_appPath); 260var localConfig = AspireJsonConfiguration.Load(_appPath); 646var pathHash = SHA256.HashData(Encoding.UTF8.GetBytes(_appPath));