2 implementations of IEditAndContinueLogReporter
Microsoft.CodeAnalysis.EditorFeatures (1)
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
20internal sealed class EditAndContinueLogReporter : IEditAndContinueLogReporter
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
20internal sealed class EditAndContinueLogReporter : IEditAndContinueLogReporter
5 references to IEditAndContinueLogReporter
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (1)
35IEditAndContinueLogReporter logReporter,
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
19[Export(typeof(IEditAndContinueLogReporter))]
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueService.cs (1)
64[Import(AllowDefault = true)] IEditAndContinueLogReporter? logReporter)
EditAndContinue\TraceLog.cs (1)
31internal sealed class TraceLog(string name, IEditAndContinueLogReporter? logService = null, int logSize = 2048)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
19[Export(typeof(IEditAndContinueLogReporter))]