3 writes to s_version46Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
247
s_version46Path
= ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version46, VisualStudioVersion.VersionLatest);
257
s_version46Path
= String.Empty;
261
s_version46Path
= FileUtilities.EnsureTrailingSlash(s_version46Path);
5 references to s_version46Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
245
if (
s_version46Path
== null)
249
if (String.IsNullOrEmpty(
s_version46Path
))
261
s_version46Path = FileUtilities.EnsureTrailingSlash(
s_version46Path
);
262
Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK",
s_version46Path
);
266
return
s_version46Path
;