1 write to SdkToolsPath
Microsoft.Build.Tasks.Core (1)
GenerateResource.cs (1)
1308resGen.SdkToolsPath = _resgenPath;
6 references to SdkToolsPath
Microsoft.Build.Tasks.Core (6)
ResGen.cs (6)
141get => (string)Bag[nameof(SdkToolsPath)]; 142set => Bag[nameof(SdkToolsPath)] = value; 443(String.IsNullOrEmpty(SdkToolsPath) || !FileSystems.Default.DirectoryExists(SdkToolsPath))) 445Log.LogErrorWithCodeFromResources("ResGen.SdkOrToolPathNotSpecifiedOrInvalid", SdkToolsPath ?? "", ToolPath ?? ""); 522SdkToolsPath,