14 references to ApplicationData
aspire (2)
Projects\ProjectUpdater.cs (1)
213
return path.StartsWith(Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
), StringComparison.Ordinal);
src\Shared\UserSecrets\UserSecretsPathHelper.cs (1)
37
?? Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
)
Aspire.Cli.Tests (2)
Projects\ProjectUpdaterTests.cs (1)
1637
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
), "NuGet", "NuGet.Config")
TestServices\TestDotNetCliRunner.cs (1)
91
PlatformID.Win32NT => [Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
), "NuGet", "NuGet.Config")],
Aspire.Hosting (1)
src\Shared\UserSecrets\UserSecretsPathHelper.cs (1)
37
?? Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
)
Microsoft.Build (1)
Utilities\Utilities.cs (1)
565
localAppData = Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
);
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (1)
2209
Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
),
ManifestUtil\Util.cs (1)
267
string logPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
), @"Microsoft\VisualStudio\8.0\VSPLOG");
Microsoft.Extensions.Configuration.UserSecrets (1)
PathHelper.cs (1)
72
?? Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
)
Microsoft.ML.Core (1)
Utilities\ResourceManagerUtils.cs (1)
104
/// a folder called "mlnet-resources" in the <see cref="Environment.SpecialFolder.
ApplicationData
"/> directory.</param>
System.Configuration.ConfigurationManager (1)
System\Configuration\ClientConfigPaths.cs (1)
155
string roamingFolderPath = Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
);
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\Helper.NonMobile.cs (1)
22
IsRoaming(scope) ? Environment.SpecialFolder.
ApplicationData
: // e.g. C:\Users\Joe\AppData\Roaming
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.GetFolderPathCore.Unix.cs (1)
122
case SpecialFolder.
ApplicationData
:
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
820
=> GetDataPath(Environment.GetFolderPath(Environment.SpecialFolder.
ApplicationData
));