1 write to _sourceDir
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
43_sourceDir = Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar;
6 references to _sourceDir
PresentationBuildTasks (6)
MS\Internal\Tasks\CompilerWrapper.cs (6)
235compUnit.SourcePath = _sourceDir; 355string newSourceDir = _sourceDir; 397filePath = _sourceDir + filePath; 407if (fullFilePath.StartsWith(_sourceDir,StringComparison.OrdinalIgnoreCase)) 409relPath = fullFilePath.Substring(_sourceDir.Length); 412newSourceDir = _sourceDir;