2 instantiations of SourceFileInfo
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\CompilationUnit.cs (1)
184_sourceFileInfo = new SourceFileInfo(file);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
696sourceFileInfo = 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)
414internal SourceFileInfo SourceFileInfo 674private SourceFileInfo OnSourceFileResolve(FileUnit file) 676SourceFileInfo sourceFileInfo; 3502private SourceFileInfo _sourceFileInfo = null;
MS\Internal\Tasks\CompilerWrapper.cs (1)
350SourceFileInfo sourceFileInfo = e.SourceFileInfo;