1 write to _latestDirectParametersSnapshot
Microsoft.AspNetCore.Components (1)
Rendering\ComponentState.cs (1)
169
_latestDirectParametersSnapshot
= new ArrayBuilder<RenderTreeFrame>();
5 references to _latestDirectParametersSnapshot
Microsoft.AspNetCore.Components (5)
Rendering\ComponentState.cs (5)
167
if (
_latestDirectParametersSnapshot
== null)
172
parameters.CaptureSnapshot(
_latestDirectParametersSnapshot
);
220
var directParams =
_latestDirectParametersSnapshot
!= null
221
? new ParameterView(lifetime,
_latestDirectParametersSnapshot
.Buffer, 0)
305
_latestDirectParametersSnapshot
?.Dispose();