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