1 write to _sourceDir
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
38_sourceDir = Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar;
6 references to _sourceDir
PresentationBuildTasks (6)
MS\Internal\Tasks\CompilerWrapper.cs (6)
231SourcePath = _sourceDir 350string newSourceDir = _sourceDir; 392filePath = _sourceDir + filePath; 402if (fullFilePath.StartsWith(_sourceDir,StringComparison.OrdinalIgnoreCase)) 404relPath = fullFilePath.Substring(_sourceDir.Length); 407newSourceDir = _sourceDir;