2 writes to _next
Microsoft.CodeAnalysis.CodeStyle (2)
ConcatImmutableArray`1.cs (2)
50
_next
= second.NullToEmpty();
64
_next
= ImmutableArray<T>.Empty;
1 reference to _next
Microsoft.CodeAnalysis.CodeStyle (1)
ConcatImmutableArray`1.cs (1)
63
_current =
_next
.GetEnumerator();