3 writes to s_path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
45
s_path
= ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Latest, VisualStudioVersion.VersionLatest);
55
s_path
= String.Empty;
59
s_path
= FileUtilities.EnsureTrailingSlash(s_path);
5 references to s_path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
43
if (
s_path
== null)
47
if (String.IsNullOrEmpty(
s_path
))
59
s_path = FileUtilities.EnsureTrailingSlash(
s_path
);
60
Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK",
s_path
);
64
return
s_path
;