1 write to _values
Microsoft.Extensions.Logging.Abstractions (1)
FormattedLogValues.cs (1)
59_values = values;
3 references to _values
Microsoft.Extensions.Logging.Abstractions (3)
FormattedLogValues.cs (3)
67if (_formatter is null || _values is null) 77return _formatter.GetValue(_values, index); 109return _cachedToString ??= _formatter.Format(_values);