3 implementations of Report
Microsoft.CodeAnalysis.EditorFeatures (1)
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
46public void Report(string message, LogMessageSeverity severity)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
46public void Report(string message, LogMessageSeverity severity)
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
46public void Report(string message, LogMessageSeverity severity)
3 references to Report
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
58logReporter.Report(e.ToString(), LogMessageSeverity.Error);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\TraceLog.cs (1)
164logService?.Report(message, severity);
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
58logReporter.Report(e.ToString(), LogMessageSeverity.Error);