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