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