3 writes to s_version45Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
181s_version45Path = ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version45, VisualStudioVersion.VersionLatest); 191s_version45Path = String.Empty; 195s_version45Path = FileUtilities.EnsureTrailingSlash(s_version45Path);
5 references to s_version45Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
179if (s_version45Path == null) 183if (String.IsNullOrEmpty(s_version45Path)) 195s_version45Path = FileUtilities.EnsureTrailingSlash(s_version45Path); 196Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK", s_version45Path); 200return s_version45Path;