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