2 instantiations of SourceFileInfo
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\CompilationUnit.cs (1)
184_sourceFileInfo = new SourceFileInfo(file);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
700sourceFileInfo = new SourceFileInfo(file);
7 references to SourceFileInfo
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\CompilationUnit.cs (2)
194internal SourceFileInfo SourceFileInfo 203private SourceFileInfo _sourceFileInfo;
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
418internal SourceFileInfo SourceFileInfo 678private SourceFileInfo OnSourceFileResolve(FileUnit file) 680SourceFileInfo sourceFileInfo; 3506private SourceFileInfo _sourceFileInfo = null;
MS\Internal\Tasks\CompilerWrapper.cs (1)
354SourceFileInfo sourceFileInfo = e.SourceFileInfo;