1 write to _strings
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
42
_strings
= new ArrayBuilder<string>();
5 references to _strings
Microsoft.AspNetCore.Components.Server (5)
src\Components\Shared\src\RenderBatchWriter.cs (5)
247
stringIndex =
_strings
.Count;
248
_strings
.Append(value);
263
var stringsCount =
_strings
.Count;
268
var stringValue =
_strings
.Buffer[i];
300
_strings
.Dispose();