1 write to _logger
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.LoggingSourceFileResolver.cs (1)
23
_logger
= logger;
3 references to _logger
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.LoggingSourceFileResolver.cs (3)
30
_logger
?.AddRead(fullPath);
37
(BaseDirectory == value) ? this : new LoggingSourceFileResolver(SearchPaths, value, PathMap,
_logger
);
40
(SearchPaths == value) ? this : new LoggingSourceFileResolver(value, BaseDirectory, PathMap,
_logger
);