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