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