2 instantiations of LoggingStrongNameFileSystem
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
157
var loggingFileSystem = new
LoggingStrongNameFileSystem
(touchedFilesLogger, _tempDirectory);
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCompiler.vb (1)
161
Dim loggingFileSystem = New
LoggingStrongNameFileSystem
(touchedFilesLogger, _tempDirectory)
1 reference to LoggingStrongNameFileSystem
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
157
var
loggingFileSystem = new LoggingStrongNameFileSystem(touchedFilesLogger, _tempDirectory);