5 references to _logger
Microsoft.CodeAnalysis.Razor.Workspaces (5)
Formatting\Passes\CSharpOnTypeFormattingPass.cs (5)
58_logger.LogWarning($"Failed to map to projected position for document {context.OriginalSnapshot.FilePath}."); 78_logger.LogInformation($"Received no results."); 83_logger.LogInformation($"Received {changes.Length} results from C#."); 97_logger.LogWarning($"Got a bad edit that couldn't be applied. Edit is {startPos}-{endPos} but there are only {count} characters in C#."); 193var indentationChanges = await AdjustIndentationAsync(changedContext, startLine, endLineInclusive, roslynWorkspaceHelper.HostWorkspaceServices, _logger, cancellationToken).ConfigureAwait(false);