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