2 references to GetValue
Microsoft.Extensions.Logging.Abstractions (2)
FormattedLogValues.cs (1)
77return _formatter.GetValue(_values, index);
LogValuesFormatterObsolete.cs (1)
38public KeyValuePair<string, object?> GetValue(object?[] values, int index) => _inner.GetValue(values, index);