1 write to s_frameworkRoot
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
567
s_frameworkRoot
= Path.GetDirectoryName(runtimeDir); // back out one directory level to be root path of all framework versions
2 references to s_frameworkRoot
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildWorkspace.cs (2)
564
if (RoslynString.IsNullOrEmpty(
s_frameworkRoot
))
570
return
s_frameworkRoot
?? throw new InvalidOperationException($"Unable to get {nameof(FrameworkRoot)}");