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