1 write to _latestDirectParametersSnapshot
Microsoft.AspNetCore.Components (1)
Rendering\ComponentState.cs (1)
188_latestDirectParametersSnapshot = new ArrayBuilder<RenderTreeFrame>();
5 references to _latestDirectParametersSnapshot
Microsoft.AspNetCore.Components (5)
Rendering\ComponentState.cs (5)
186if (_latestDirectParametersSnapshot == null) 191parameters.CaptureSnapshot(_latestDirectParametersSnapshot); 260var directParams = _latestDirectParametersSnapshot != null 261? new ParameterView(lifetime, _latestDirectParametersSnapshot.Buffer, 0) 359_latestDirectParametersSnapshot?.Dispose();