3 writes to s_path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
45s_path = ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Latest, VisualStudioVersion.VersionLatest); 55s_path = String.Empty; 59s_path = FileUtilities.EnsureTrailingSlash(s_path);
5 references to s_path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
43if (s_path == null) 47if (String.IsNullOrEmpty(s_path)) 59s_path = FileUtilities.EnsureTrailingSlash(s_path); 60Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK", s_path); 64return s_path;