1 reference to UnixRoot
Microsoft.CodeAnalysis.Test.Utilities (1)
TestHelpers.cs (1)
190
public static string Root => RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? WindowsRoot :
UnixRoot
;