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