1 write to s_frameworkRoot
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
560
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)
557
if (RoslynString.IsNullOrEmpty(
s_frameworkRoot
))
563
return
s_frameworkRoot
?? throw new InvalidOperationException($"Unable to get {nameof(FrameworkRoot)}");