1 write to OriginalFormat
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\LogValuesFormatter.cs (1)
25OriginalFormat = format;
3 references to OriginalFormat
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\LoggerMessageDefineAnalyzer.cs (1)
220if (!IsValidMessageTemplate(formatter.OriginalFormat))
Microsoft.NetCore.Analyzers\Runtime\LogValuesFormatter.cs (2)
162return new KeyValuePair<string, object>("{OriginalFormat}", OriginalFormat); 173valueArray[^1] = new KeyValuePair<string, object>("{OriginalFormat}", OriginalFormat);