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