2 writes to _cachedDotnetHostPath
Microsoft.Build.Framework (2)
DotnetHostEnvironmentHelper.cs (2)
90
_cachedDotnetHostPath
= resolvedPath;
106
_cachedDotnetHostPath
= resolvedPath;
1 reference to _cachedDotnetHostPath
Microsoft.Build.Framework (1)
DotnetHostEnvironmentHelper.cs (1)
78
string? cachedPath =
_cachedDotnetHostPath
;