2 writes to Message
Microsoft.Extensions.Logging.Generators (2)
LoggerMessageGenerator.Parser.cs (1)
241Message = message,
LoggerMessageGenerator.Roslyn4.0.cs (1)
212Message = methodSpec.Message,
7 references to Message
Microsoft.Extensions.Logging.Generators (7)
LoggerMessageGenerator.Emitter.cs (5)
182lm.Message.IndexOf('{') < 0 ? "" : 188{nestedIndentation}return {formatMethodBegin}${SymbolDisplay.FormatLiteral(lm.Message, quote: true)}{formatMethodEnd}; 289_builder.AppendLine($" {nestedIndentation}{index++} => new global::System.Collections.Generic.KeyValuePair<string, object?>(\"{{OriginalFormat}}\", {SymbolDisplay.FormatLiteral(lm.Message, quote: true)}),"); 453_builder.Append(@$"({level}, new global::Microsoft.Extensions.Logging.EventId({lm.EventId}, {eventName}), {SymbolDisplay.FormatLiteral(lm.Message, quote: true)}, new global::Microsoft.Extensions.Logging.LogDefineOptions() {{ SkipEnabledCheck = true }}); 569{nestedIndentation}/// <para><b>Message:</b> {EscapeForXmlDoc(lm.Message)}</para>");
LoggerMessageGenerator.Parser.cs (2)
334string msg = lm.Message; 1037Message = Message,