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