3 writes to s_version451Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
214
s_version451Path
= ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version451, VisualStudioVersion.VersionLatest);
224
s_version451Path
= String.Empty;
228
s_version451Path
= FileUtilities.EnsureTrailingSlash(s_version451Path);
5 references to s_version451Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
212
if (
s_version451Path
== null)
216
if (String.IsNullOrEmpty(
s_version451Path
))
228
s_version451Path = FileUtilities.EnsureTrailingSlash(
s_version451Path
);
229
Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK",
s_version451Path
);
233
return
s_version451Path
;