6 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);