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)
231
compUnit.SourcePath =
_sourceDir
;
351
string newSourceDir =
_sourceDir
;
393
filePath =
_sourceDir
+ filePath;
403
if (fullFilePath.StartsWith(
_sourceDir
,StringComparison.OrdinalIgnoreCase))
405
relPath = fullFilePath.Substring(
_sourceDir
.Length);
408
newSourceDir =
_sourceDir
;