1 write to s_monoRuntimeExecutablePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
src\Workspaces\Core\MSBuild.BuildHost\Rpc\Contracts\MonoMSBuildDiscovery.cs (1)
84
s_monoRuntimeExecutablePath
= RealPath(monoPath);
2 references to s_monoRuntimeExecutablePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
src\Workspaces\Core\MSBuild.BuildHost\Rpc\Contracts\MonoMSBuildDiscovery.cs (2)
73
if (
s_monoRuntimeExecutablePath
== null)
87
return
s_monoRuntimeExecutablePath
;