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