3 writes to s_version461Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
280s_version461Path = ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version461, VisualStudioVersion.VersionLatest); 290s_version461Path = String.Empty; 294s_version461Path = FileUtilities.EnsureTrailingSlash(s_version461Path);
5 references to s_version461Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
278if (s_version461Path == null) 282if (String.IsNullOrEmpty(s_version461Path)) 294s_version461Path = FileUtilities.EnsureTrailingSlash(s_version461Path); 295Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK", s_version461Path); 299return s_version461Path;