6 references to SdkToolsPath
Microsoft.Build.Tasks.Core (6)
AxTlbBaseTask.cs (6)
61get => (string)Bag[nameof(SdkToolsPath)]; 62set => Bag[nameof(SdkToolsPath)] = value; 112SdkToolsPath, 129(String.IsNullOrEmpty(SdkToolsPath) || !FileSystems.Default.DirectoryExists(SdkToolsPath))) 131Log.LogErrorWithCodeFromResources("AxTlbBaseTask.SdkOrToolPathNotSpecifiedOrInvalid", SdkToolsPath ?? "", ToolPath ?? "");