5 references to NormalizeSpecialSymbol
Microsoft.Extensions.Logging.Generators (5)
LoggerMessageGenerator.Emitter.cs (5)
203
_builder.AppendLine($" {nestedIndentation}private readonly {p.Type} {
NormalizeSpecialSymbol
(p.CodeName)};");
211
_builder.AppendLine($" {nestedIndentation}this.{
NormalizeSpecialSymbol
(p.CodeName)} = {p.CodeName};");
238
+ $"global::__LoggerMessageGenerator.Enumerate((global::System.Collections.IEnumerable ?)this.{
NormalizeSpecialSymbol
(lm.TemplateParameters[index].CodeName)});");
244
_builder.AppendLine($" {nestedIndentation}var {t.Key} = this.{
NormalizeSpecialSymbol
(lm.TemplateParameters[index].CodeName)};");
263
_builder.AppendLine($" {nestedIndentation}{index++} => new global::System.Collections.Generic.KeyValuePair<string, object?>(\"{name}\", this.{
NormalizeSpecialSymbol
(p.CodeName)}),");