2 writes to _head
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (2)
81
_head
= default;
89
_head
= head;
2 references to _head
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (2)
52
_current = currentTail.
_head
;
99
return
_head
!;