3 instantiations of QueryParameterSource
Microsoft.AspNetCore.Components (3)
NavigationManagerExtensions.cs (3)
217_source = new(name); 233_source = new(name, values, formatter); 242_source = new(name);
1 reference to QueryParameterSource
Microsoft.AspNetCore.Components (1)
NavigationManagerExtensions.cs (1)
208private readonly QueryParameterSource<object> _source;