2 instantiations of SourceFileInfo
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\CompilationUnit.cs (1)
184
_sourceFileInfo = new
SourceFileInfo
(file);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
696
sourceFileInfo = new
SourceFileInfo
(file);
7 references to SourceFileInfo
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\CompilationUnit.cs (2)
194
internal
SourceFileInfo
SourceFileInfo
203
private
SourceFileInfo
_sourceFileInfo;
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
414
internal
SourceFileInfo
SourceFileInfo
674
private
SourceFileInfo
OnSourceFileResolve(FileUnit file)
676
SourceFileInfo
sourceFileInfo;
3502
private
SourceFileInfo
_sourceFileInfo = null;
MS\Internal\Tasks\CompilerWrapper.cs (1)
350
SourceFileInfo
sourceFileInfo = e.SourceFileInfo;