3 references to IsBatchEnabled
Microsoft.AspNetCore.Components (3)
RenderTree\Renderer.cs (3)
801
var batchStartTimestamp = ComponentMetrics != null && ComponentMetrics.
IsBatchEnabled
? Stopwatch.GetTimestamp() : 0;
834
if (ComponentMetrics != null && ComponentMetrics.
IsBatchEnabled
)
841
if (ComponentMetrics != null && ComponentMetrics.
IsBatchEnabled
)