3 writes to _current
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TagHelperObjectBuilderCollection`2.Enumerator.cs (3)
24
_current
= default!;
36
_current
= _collection[_index];
47
_current
= default!;
2 references to _current
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelperObjectBuilderCollection`2.Enumerator.cs (2)
27
public readonly TBuilder Current =>
_current
;
29
readonly object IEnumerator.Current =>
_current
;