3 references to GetFolderPathCore
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Environment.cs (2)
147
public static string GetFolderPath(SpecialFolder folder) =>
GetFolderPathCore
(folder, SpecialFolderOption.None);
162
return
GetFolderPathCore
(folder, option);
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
54
public static string SystemDirectory =>
GetFolderPathCore
(SpecialFolder.System, SpecialFolderOption.None);