3 writes to s_version451Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
214s_version451Path = ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version451, VisualStudioVersion.VersionLatest); 224s_version451Path = String.Empty; 228s_version451Path = FileUtilities.EnsureTrailingSlash(s_version451Path);
5 references to s_version451Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
212if (s_version451Path == null) 216if (String.IsNullOrEmpty(s_version451Path)) 228s_version451Path = FileUtilities.EnsureTrailingSlash(s_version451Path); 229Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK", s_version451Path); 233return s_version451Path;