2 references to GetCwd
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
20
get => Interop.Sys.
GetCwd
();
src\libraries\System.Private.CoreLib\src\System\IO\Path.Unix.cs (1)
62
path = Combine(Interop.Sys.
GetCwd
(), path);