3 writes to s_version35Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
115
s_version35Path
= ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version35, VisualStudioVersion.VersionLatest);
125
s_version35Path
= String.Empty;
129
s_version35Path
= FileUtilities.EnsureTrailingSlash(s_version35Path);
5 references to s_version35Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
113
if (
s_version35Path
== null)
117
if (String.IsNullOrEmpty(
s_version35Path
))
129
s_version35Path = FileUtilities.EnsureTrailingSlash(
s_version35Path
);
130
Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK",
s_version35Path
);
134
return
s_version35Path
;