4 references to None
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.cs (2)
147public static string GetFolderPath(SpecialFolder folder) => GetFolderPathCore(folder, SpecialFolderOption.None); 153if (option is not SpecialFolderOption.None and not SpecialFolderOption.Create and not SpecialFolderOption.DoNotVerify)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.GetFolderPathCore.Unix.cs (1)
37if (option == SpecialFolderOption.None)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
54public static string SystemDirectory => GetFolderPathCore(SpecialFolder.System, SpecialFolderOption.None);