Implemented interface member:
2 references to Count
Microsoft.Extensions.Logging.Abstractions (2)
FormattedLogValues.cs (1)
96
for (int i = 0; i <
Count
; ++i)
FormattedLogValuesObsolete.cs (1)
35
public int Count => _inner.
Count
;