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