1 write to _chartInteropReference
Aspire.Dashboard (1)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
83
_chartInteropReference
= DotNetObjectReference.Create(new ChartInterop(this));
3 references to _chartInteropReference
Aspire.Dashboard (3)
Components\Controls\Chart\PlotlyChart.razor.cs (3)
82
_chartInteropReference
?.Dispose();
93
_chartInteropReference
).ConfigureAwait(false);
189
_chartInteropReference
?.Dispose();