5 references to System
dotnet-aot (1)
parent\dotnet\CommandFactory\CommandResolution\WindowsExePreferredCommandSpecFactory.cs (1)
51var comSpec = Environment.GetEnvironmentVariable("ComSpec") ?? Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), "cmd.exe");
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
1626return Environment.GetFolderPath(Environment.SpecialFolder.System);
PresentationUI (1)
MS\Internal\Documents\RightsManagementManager.cs (1)
856string systemPath = Environment.GetFolderPath(Environment.SpecialFolder.System);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
54public static string SystemDirectory => GetFolderPathCore(SpecialFolder.System, SpecialFolderOption.None);
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
612string mshtmlPath = Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.System), "mshtml.dll");