2 writes to SourcePath
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
702sourceFileInfo.SourcePath = _compilationUnitSourcePath;
MS\Internal\Tasks\CompilerWrapper.cs (1)
381sourceFileInfo.SourcePath = newSourceDir;
3 references to SourcePath
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1607string path = Path.GetRelativePath(TargetPath + pathOfRelativeSourceFilePath, SourceFileInfo.SourcePath); 1615if (TargetPath.StartsWith(SourceFileInfo.SourcePath, StringComparison.OrdinalIgnoreCase)) 1617string relPath = TargetPath.Substring(SourceFileInfo.SourcePath.Length);