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