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