1 write to _handler
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Logging\Handlers\WarningLogMessageInterpolatedStringHandler.cs (1)
15_handler = new LogMessageInterpolatedStringHandler(literalLength, _, logger, LogLevel.Warning, out isEnabled);
5 references to _handler
Microsoft.CodeAnalysis.Razor.Workspaces (5)
Logging\Handlers\WarningLogMessageInterpolatedStringHandler.cs (5)
18public bool IsEnabled => _handler.IsEnabled; 21=> _handler.AppendLiteral(s); 24=> _handler.AppendFormatted(t); 27=> _handler.AppendFormatted(t, format); 30=> _handler.ToString();