1 write to _sourceDir
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
48_sourceDir = Directory.GetCurrentDirectory() + "\\";
6 references to _sourceDir
PresentationBuildTasks (6)
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (6)
227compUnit.SourcePath = _sourceDir; 347string newSourceDir = _sourceDir; 389filePath = _sourceDir + filePath; 399if (fullFilePath.StartsWith(_sourceDir,StringComparison.OrdinalIgnoreCase)) 401relPath = fullFilePath.Substring(_sourceDir.Length); 404newSourceDir = _sourceDir;