1 implementation of GetContent
PresentationBuildTasks (1)
MS\Internal\Tasks\TaskFileService.cs (1)
122public Stream GetContent(string srcFile)
3 references to GetContent
PresentationBuildTasks (3)
MS\Internal\Tasks\CompilerLocalReference.cs (1)
247Stream stream = _taskFileService.GetContent(_localCacheFile);
MS\Internal\Tasks\CompilerState.cs (1)
171stream = _taskFileService.GetContent(_stateFilePath);
MS\Internal\Tasks\CompilerWrapper.cs (1)
385sourceFileInfo.Stream = TaskFileService.GetContent(sourceFileInfo.OriginalFilePath);