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