12 references to SourceDir
PresentationBuildTasks (12)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (12)
122Log.LogMessageFromResources(MessageImportance.Low, nameof(SR.CurrentDirectory), SourceDir); 261_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 689string newSourceDir = SourceDir; 938_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1035if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1056string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1059string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1065newSourceDir = SourceDir; 1123refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1501string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1532string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir); 1665string tempDir = SourceDir; // Just for calling GetResolvedFilePath, the value is not used here.