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#.");
193
var indentationChanges = await AdjustIndentationAsync(changedContext, startLine, endLineInclusive, roslynWorkspaceHelper.HostWorkspaceServices,
_logger
, cancellationToken).ConfigureAwait(false);