9 references to AddRead
Microsoft.CodeAnalysis (6)
CommandLine\CommonCompiler.LoggingMetadataFileReferenceResolver.cs (1)
35
_logger?.
AddRead
(fullPath);
CommandLine\CommonCompiler.LoggingSourceFileResolver.cs (1)
30
_logger?.
AddRead
(fullPath);
CommandLine\CommonCompiler.LoggingStrongNameProvider.cs (2)
25
_loggerOpt?.
AddRead
(fullPath);
33
_loggerOpt?.
AddRead
(fullPath);
CommandLine\CommonCompiler.LoggingXmlFileResolver.cs (1)
23
_logger?.
AddRead
(fullPath);
CommandLine\TouchedFileLogger.cs (1)
54
AddRead
(path);
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCompiler.cs (2)
121
touchedFilesLogger.
AddRead
(path);
138
touchedFilesLogger.
AddRead
(appConfigPath);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
190
loggerOpt?.
AddRead
(path);