2 writes to SourcePath
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
698
SourcePath
= _compilationUnitSourcePath
MS\Internal\Tasks\CompilerWrapper.cs (1)
377
sourceFileInfo.
SourcePath
= newSourceDir;
3 references to SourcePath
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1608
string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath, SourceFileInfo.
SourcePath
);
1616
if (TargetPath.StartsWith(SourceFileInfo.
SourcePath
, StringComparison.OrdinalIgnoreCase))
1618
string relPath = TargetPath.Substring(SourceFileInfo.
SourcePath
.Length);