3 writes to s_version46Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
247s_version46Path = ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version46, VisualStudioVersion.VersionLatest); 257s_version46Path = String.Empty; 261s_version46Path = FileUtilities.EnsureTrailingSlash(s_version46Path);
5 references to s_version46Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
245if (s_version46Path == null) 249if (String.IsNullOrEmpty(s_version46Path)) 261s_version46Path = FileUtilities.EnsureTrailingSlash(s_version46Path); 262Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK", s_version46Path); 266return s_version46Path;