3 references to IEditAndContinueLogReporter
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\EditAndContinueService.cs (2)
39new EditAndContinueService(workspaceServices.GetService<IEditAndContinueLogReporter>())); 60public EditAndContinueService(IEditAndContinueLogReporter? logReporter)
EditAndContinue\TraceLog.cs (1)
31internal sealed class TraceLog(string name, IEditAndContinueLogReporter? logService = null, int logSize = 2048)