2 instantiations of SourceFileInfo
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\CompilationUnit.cs (1)
183_sourceFileInfo = new SourceFileInfo(file);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
695sourceFileInfo = new SourceFileInfo(file)
7 references to SourceFileInfo
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\CompilationUnit.cs (2)
193internal SourceFileInfo SourceFileInfo 202private SourceFileInfo _sourceFileInfo;
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
411internal SourceFileInfo SourceFileInfo 673private SourceFileInfo OnSourceFileResolve(FileUnit file) 675SourceFileInfo sourceFileInfo; 3552private SourceFileInfo _sourceFileInfo = null;
MS\Internal\Tasks\CompilerWrapper.cs (1)
349SourceFileInfo sourceFileInfo = e.SourceFileInfo;