1 write to _latestDirectParametersSnapshot
Microsoft.AspNetCore.Components (1)
Rendering\ComponentState.cs (1)
182_latestDirectParametersSnapshot = new ArrayBuilder<RenderTreeFrame>();
5 references to _latestDirectParametersSnapshot
Microsoft.AspNetCore.Components (5)
Rendering\ComponentState.cs (5)
180if (_latestDirectParametersSnapshot == null) 185parameters.CaptureSnapshot(_latestDirectParametersSnapshot); 233var directParams = _latestDirectParametersSnapshot != null 234? new ParameterView(lifetime, _latestDirectParametersSnapshot.Buffer, 0) 331_latestDirectParametersSnapshot?.Dispose();