10 references to LogBlock
Microsoft.CodeAnalysis.Features (8)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (3)
62using (Logger.LogBlock(functionId, FixAllLogger.CreateCorrelationLogMessage(fixAllState.CorrelationId), cancellationToken)) 81using (Logger.LogBlock( 147using (Logger.LogBlock(
CodeFixesAndRefactorings\AbstractFixAllGetFixesService.cs (2)
122using (Logger.LogBlock( 166using (Logger.LogBlock(
Copilot\CopilotChangeAnalysisUtilities.cs (1)
71return Logger.LogBlock(FunctionId.Copilot_AnalyzeChange, KeyValueLogMessage.Create(static (d, args) =>
MetadataAsSource\TelemetryMessage.cs (1)
25_logBlock = Logger.LogBlock(FunctionId.NavigateToExternalSources, logMessage, cancellationToken);
NavigateTo\NavigateToSearcher.cs (1)
144using var navigateToSearch = Logger.LogBlock(FunctionId.NavigateTo_Search, KeyValueLogMessage.Create(LogType.UserAction), cancellationToken);
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (2)
57using (Logger.LogBlock( 70using (Logger.LogBlock(