2 references to GetCapturedFrames
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\CacheViewTextWriter.cs (1)
159foreach (ref readonly var frame in capture.GetCapturedFrames().AsSpan())
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (1)
27var frames = capture.GetCapturedFrames();