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