4 writes to _current
Microsoft.CodeAnalysis.Threading.Package (4)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (4)
1400
_current
= default!;
1417
_current
= entry._value;
1423
_current
= default!;
1452
_current
= default!;
2 references to _current
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (2)
1427
public readonly T Current =>
_current
;
1440
return
_current
;