2 implementations of Report
Microsoft.CodeAnalysis.EditorFeatures (1)
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
52
public void
Report
(string message, LogMessageSeverity severity)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
52
public void
Report
(string message, LogMessageSeverity severity)
2 references to Report
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
90
logReporter.
Report
(e.ToString(), LogMessageSeverity.Error);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\TraceLog.cs (1)
164
logService?.
Report
(message, severity);