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)
54AddRead(path);
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCompiler.cs (2)
121touchedFilesLogger.AddRead(path); 138touchedFilesLogger.AddRead(appConfigPath);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
190loggerOpt?.AddRead(path);