2 writes to _current
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
SpanExtensions.cs (2)
113
_current
= _span[_index];
124
_current
= default!;
1 reference to _current
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
SpanExtensions.cs (1)
107
public readonly T Current =>
_current
;