4 writes to _current
Microsoft.CodeAnalysis.Collections.Package (4)
SegmentedHashSet`1.cs (4)
1398
_current
= default!;
1415
_current
= entry._value;
1421
_current
= default!;
1450
_current
= default!;
2 references to _current
Microsoft.CodeAnalysis.Collections.Package (2)
SegmentedHashSet`1.cs (2)
1425
public readonly T Current =>
_current
;
1438
return
_current
;