3 references to FormatArgument
Microsoft.Extensions.Logging.Abstractions (3)
LogValuesFormatter.cs (3)
144object formattedValue = FormatArgument(values[i]); 153formattedValues[i] = FormatArgument(values[i]); 170values[i] = FormatArgument(values[i]);