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