2 writes to SourcePath
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
715
sourceFileInfo.
SourcePath
= _compilationUnitSourcePath;
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
373
sourceFileInfo.
SourcePath
= newSourceDir;
2 references to SourcePath
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1562
if (TargetPath.StartsWith(SourceFileInfo.
SourcePath
, StringComparison.OrdinalIgnoreCase))
1564
string relPath = TargetPath.Substring(SourceFileInfo.
SourcePath
.Length);