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