4 writes to _contentUpdateVersion
Aspire.Dashboard (4)
Components\Dialogs\GenAIVisualizerDialog.razor.cs (4)
94
Interlocked.Increment(ref
_contentUpdateVersion
);
259
var updateVersion = Interlocked.Increment(ref
_contentUpdateVersion
);
266
if (updateVersion != Volatile.Read(ref
_contentUpdateVersion
))
378
Interlocked.Increment(ref
_contentUpdateVersion
);