1 write to _sourceDir
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
39_sourceDir = Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar;
6 references to _sourceDir
PresentationBuildTasks (6)
MS\Internal\Tasks\CompilerWrapper.cs (6)
231compUnit.SourcePath = _sourceDir; 351string newSourceDir = _sourceDir; 393filePath = _sourceDir + filePath; 403if (fullFilePath.StartsWith(_sourceDir,StringComparison.OrdinalIgnoreCase)) 405relPath = fullFilePath.Substring(_sourceDir.Length); 408newSourceDir = _sourceDir;