12 references to SourceDir
PresentationBuildTasks (12)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (12)
136Log.LogMessageFromResources(MessageImportance.Low, nameof(SR.CurrentDirectory), SourceDir); 277_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir); 705string newSourceDir = SourceDir; 954_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir); 1051if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir))) 1072string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir); 1075string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath); 1081newSourceDir = SourceDir; 1139refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir); 1515string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir); 1546string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir); 1677string tempDir = SourceDir; // Just for calling GetResolvedFilePath, the value is not used here.