3 writes to s_version461Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
280
s_version461Path
= ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version461, VisualStudioVersion.VersionLatest);
290
s_version461Path
= String.Empty;
294
s_version461Path
= FileUtilities.EnsureTrailingSlash(s_version461Path);
5 references to s_version461Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
278
if (
s_version461Path
== null)
282
if (String.IsNullOrEmpty(
s_version461Path
))
294
s_version461Path = FileUtilities.EnsureTrailingSlash(
s_version461Path
);
295
Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK",
s_version461Path
);
299
return
s_version461Path
;