3 writes to s_version45Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
181
s_version45Path
= ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version45, VisualStudioVersion.VersionLatest);
191
s_version45Path
= String.Empty;
195
s_version45Path
= FileUtilities.EnsureTrailingSlash(s_version45Path);
5 references to s_version45Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
179
if (
s_version45Path
== null)
183
if (String.IsNullOrEmpty(
s_version45Path
))
195
s_version45Path = FileUtilities.EnsureTrailingSlash(
s_version45Path
);
196
Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK",
s_version45Path
);
200
return
s_version45Path
;