1 write to _deduplicatedStringIndices
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
43_deduplicatedStringIndices = new Dictionary<string, int>();
2 references to _deduplicatedStringIndices
Microsoft.AspNetCore.Components.Server (2)
src\Components\Shared\src\RenderBatchWriter.cs (2)
245if (!allowDeduplication || !_deduplicatedStringIndices.TryGetValue(value, out stringIndex)) 252_deduplicatedStringIndices.Add(value, stringIndex);