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)
245
if (!allowDeduplication || !
_deduplicatedStringIndices
.TryGetValue(value, out stringIndex))
252
_deduplicatedStringIndices
.Add(value, stringIndex);