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)
227
compUnit.SourcePath =
_sourceDir
;
347
string newSourceDir =
_sourceDir
;
389
filePath =
_sourceDir
+ filePath;
399
if (fullFilePath.StartsWith(
_sourceDir
,StringComparison.OrdinalIgnoreCase))
401
relPath = fullFilePath.Substring(
_sourceDir
.Length);
404
newSourceDir =
_sourceDir
;