3 writes to s_version40Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
148
s_version40Path
= ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version40, VisualStudioVersion.VersionLatest);
158
s_version40Path
= String.Empty;
162
s_version40Path
= FileUtilities.EnsureTrailingSlash(s_version40Path);
5 references to s_version40Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
146
if (
s_version40Path
== null)
150
if (String.IsNullOrEmpty(
s_version40Path
))
162
s_version40Path = FileUtilities.EnsureTrailingSlash(
s_version40Path
);
163
Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK",
s_version40Path
);
167
return
s_version40Path
;