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