3 implementations of IEditAndContinueLogReporter
Microsoft.CodeAnalysis.EditorFeatures (1)
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
14internal sealed class EditAndContinueLogReporter : IEditAndContinueLogReporter
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
14internal sealed class EditAndContinueLogReporter : IEditAndContinueLogReporter
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
14internal sealed class EditAndContinueLogReporter : IEditAndContinueLogReporter
4 references to IEditAndContinueLogReporter
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
31IEditAndContinueLogReporter logReporter,
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.VisualStudio.LanguageServices.DevKit (1)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
31IEditAndContinueLogReporter logReporter,