2 implementations of LogMessage
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
Formatting\TestFormattingLoggerFactory.cs (1)
30public void LogMessage(string message)
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\FormattingLogger.cs (1)
26public void LogMessage(string message)
5 references to LogMessage
Microsoft.CodeAnalysis.Razor.Workspaces (5)
Formatting\FormattingUtilities.cs (1)
691context.Logger?.LogMessage($"Ran out of {label} lines at index {lineIndex} of {text.Lines.Count} (other side: {otherLineIndex} of {otherLineCount})");
Formatting\Passes\CSharpFormattingPass.cs (1)
95context.Logger?.LogMessage($"Skipping a change that would have overlapped an existing change, starting at {start} for {length} chars, overlapping a change at {formattingChanges[iChanges].Span}. iFormatted={iFormatted}, iChanges={iChanges}");
Formatting\Passes\CSharpOnTypeFormattingPass.cs (3)
124context.Logger?.LogMessage($"Source Mappings:\r\n{RenderSourceMappings(context.CodeDocument)}"); 627context.Logger?.LogMessage($"Don't care about line: {line.ToString()}"); 679context.Logger?.LogMessage($"Couldn't map line: {line.ToString()}");