1 write to Stream
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
377sourceFileInfo.Stream = TaskFileService.GetContent(sourceFileInfo.OriginalFilePath);
1 reference to Stream
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
523xamlParser = new ParserExtension(this, _parserContext, bamlWriter, SourceFileInfo.Stream, pass2);