3 references to IsBatchEnabled
Microsoft.AspNetCore.Components (3)
RenderTree\Renderer.cs (3)
847
var batchStartTimestamp = ComponentsMetrics.IsSupported && ComponentMetrics != null && ComponentMetrics.
IsBatchEnabled
? Stopwatch.GetTimestamp() : 0;
880
if (ComponentsMetrics.IsSupported && ComponentMetrics != null && ComponentMetrics.
IsBatchEnabled
)
887
if (ComponentsMetrics.IsSupported && ComponentMetrics != null && ComponentMetrics.
IsBatchEnabled
)