3 writes to s_version20Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
82
s_version20Path
= ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version20);
92
s_version20Path
= String.Empty;
96
s_version20Path
= FileUtilities.EnsureTrailingSlash(s_version20Path);
5 references to s_version20Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
80
if (
s_version20Path
== null)
84
if (String.IsNullOrEmpty(
s_version20Path
))
96
s_version20Path = FileUtilities.EnsureTrailingSlash(
s_version20Path
);
97
Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK",
s_version20Path
);
101
return
s_version20Path
;