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)
231
SourcePath =
_sourceDir
350
string newSourceDir =
_sourceDir
;
392
filePath =
_sourceDir
+ filePath;
402
if (fullFilePath.StartsWith(
_sourceDir
,StringComparison.OrdinalIgnoreCase))
404
relPath = fullFilePath.Substring(
_sourceDir
.Length);
407
newSourceDir =
_sourceDir
;