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