2 instantiations of SourceFileInfo
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\CompilationUnit.cs (1)
181_sourceFileInfo = new SourceFileInfo(file);
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
713sourceFileInfo = new SourceFileInfo(file);
7 references to SourceFileInfo
PresentationBuildTasks (7)
BuildTasks\Ms\Internal\MarkupCompiler\CompilationUnit.cs (2)
191internal SourceFileInfo SourceFileInfo 200private SourceFileInfo _sourceFileInfo;
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (4)
417internal SourceFileInfo SourceFileInfo 691private SourceFileInfo OnSourceFileResolve(FileUnit file) 693SourceFileInfo sourceFileInfo; 3431private SourceFileInfo _sourceFileInfo = null;
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
346SourceFileInfo sourceFileInfo = e.SourceFileInfo;