1 write to _second
Microsoft.CodeAnalysis.CodeStyle (1)
ConcatImmutableArray`1.cs (1)
22_second = second;
4 references to _second
Microsoft.CodeAnalysis.CodeStyle (4)
ConcatImmutableArray`1.cs (4)
25public int Length => _first.Length + _second.Length; 28=> _first.Any(predicate) || _second.Any(predicate); 31=> new(_first, _second); 34=> _first.NullToEmpty().AddRange(_second.NullToEmpty());