2 references to _emptyFrames
Microsoft.AspNetCore.Components (2)
ParameterView.cs (2)
22
private static readonly ParameterView _empty = new ParameterView(ParameterViewLifetime.Unbound,
_emptyFrames
, 0, Array.Empty<CascadingParameterState>());
118
if (ReferenceEquals(_frames,
_emptyFrames
))