3 writes to s_version20Path
Microsoft.Build.Tasks.Core (3)
GetFrameworkSDKPath.cs (3)
82s_version20Path = ToolLocationHelper.GetPathToDotNetFrameworkSdk(TargetDotNetFrameworkVersion.Version20); 92s_version20Path = String.Empty; 96s_version20Path = FileUtilities.EnsureTrailingSlash(s_version20Path);
5 references to s_version20Path
Microsoft.Build.Tasks.Core (5)
GetFrameworkSDKPath.cs (5)
80if (s_version20Path == null) 84if (String.IsNullOrEmpty(s_version20Path)) 96s_version20Path = FileUtilities.EnsureTrailingSlash(s_version20Path); 97Log.LogMessageFromResources(MessageImportance.Low, "GetFrameworkSdkPath.FoundSDK", s_version20Path); 101return s_version20Path;