12 references to SourceDir
PresentationBuildTasks (12)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (12)
123Log.LogMessageFromResources(MessageImportance.Low, nameof(SR.CurrentDirectory), SourceDir); 262_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 690string newSourceDir = SourceDir; 939_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1036if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1057string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1060string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1066newSourceDir = SourceDir; 1124refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1502string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1533string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir); 1666string tempDir = SourceDir; // Just for calling GetResolvedFilePath, the value is not used here.