2 writes to _index
Microsoft.Extensions.Diagnostics.Testing (2)
Logging\FakeLogCollector.LogEnumeration.cs (2)
134
_index
= 0; // based on assumption that version changed on full collection clear
140
Current = _collector._records[
_index
++];
1 reference to _index
Microsoft.Extensions.Diagnostics.Testing (1)
Logging\FakeLogCollector.LogEnumeration.cs (1)
138
if (
_index
< _collector._records.Count)