1 implementation of GetContent
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\TaskFileService.cs (1)
126
public Stream
GetContent
(string srcFile)
3 references to GetContent
PresentationBuildTasks (3)
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (1)
252
Stream stream = _taskFileService.
GetContent
(_localCacheFile);
BuildTasks\MS\Internal\Tasks\CompilerState.cs (1)
176
stream = _taskFileService.
GetContent
(_stateFilePath);
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
377
sourceFileInfo.Stream = TaskFileService.
GetContent
(sourceFileInfo.OriginalFilePath);