4 references to None
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.cs (2)
147
public static string GetFolderPath(SpecialFolder folder) => GetFolderPathCore(folder, SpecialFolderOption.
None
);
153
if (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)
37
if (option == SpecialFolderOption.
None
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
54
public static string SystemDirectory => GetFolderPathCore(SpecialFolder.System, SpecialFolderOption.
None
);