1 write to Message
Microsoft.Gen.Logging (1)
Parser.cs (1)
385Message = message,
12 references to Message
Microsoft.Gen.Logging (12)
Emitter.Method.cs (9)
37if (!string.IsNullOrEmpty(lm.Message)) 39OutLn($"/// Logs \"{EscapeMessageStringForXmlDocumentation(lm.Message)}\"{lvl}."); 112if (!string.IsNullOrEmpty(lm.Message) && 115var mapped = Parsing.TemplateProcessor.MapTemplates(lm.Message, t => 133else if (string.IsNullOrEmpty(lm.Message)) 139OutLn($@"return {EscapeMessageString(lm.Message)};"); 320if (!string.IsNullOrEmpty(lm.Message)) 335if (!string.IsNullOrEmpty(lm.Message)) 337OutLn($"{stateName}.TagArray[{--count}] = new(\"{{OriginalFormat}}\", {EscapeMessageString(lm.Message)});");
Parser.cs (3)
189else if (lp.IsNormalParameter && !parameterInTemplate && !loggingProperties && !string.IsNullOrEmpty(lm.Message)) 261string.IsNullOrWhiteSpace(lm.Message) && 458var msg = lm.Message;