12 references to SourceDir
PresentationBuildTasks (12)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (12)
127Log.LogMessageFromResources(MessageImportance.Low, nameof(SR.CurrentDirectory), SourceDir);
268_outputDir= TaskHelper.CreateFullFilePath(filePath, SourceDir);
696string newSourceDir = SourceDir;
945_applicationFile = TaskHelper.CreateFullFilePath(ApplicationMarkup[0].ItemSpec, SourceDir);
1042if (!TaskFileService.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir)))
1063string fullFilePath = TaskHelper.CreateFullFilePath(filePath, SourceDir);
1066string relPath = TaskHelper.GetRootRelativePath(SourceDir, fullFilePath);
1072newSourceDir = SourceDir;
1130refpath = TaskHelper.CreateFullFilePath(refpath, SourceDir);
1506string fullLocalXamlFile = TaskHelper.CreateFullFilePath(inputLocalRefXamlFileList[i], SourceDir);
1537string xamlInputFullPath = TaskHelper.CreateFullFilePath(inputXamlItem.ItemSpec, SourceDir);
1668string tempDir = SourceDir; // Just for calling GetResolvedFilePath, the value is not used here.