4 references to IsBatchEnabled
Microsoft.AspNetCore.Components (3)
RenderTree\Renderer.cs (3)
813var batchStartTimestamp = ComponentMetrics != null && ComponentMetrics.IsBatchEnabled ? Stopwatch.GetTimestamp() : 0; 846if (ComponentMetrics != null && ComponentMetrics.IsBatchEnabled) 853if (ComponentMetrics != null && ComponentMetrics.IsBatchEnabled)
Microsoft.AspNetCore.Components.Tests (1)
ComponentsMetricsTest.cs (1)
315Assert.True(componentsMetrics.IsBatchEnabled);