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