Implemented interface member:
3 references to Count
Microsoft.Extensions.Logging.Abstractions (3)
FormattedLogValues.cs (3)
64if (index < 0 || index >= Count) 69if (index == Count - 1) 93for (int i = 0; i < Count; ++i)