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