3 writes to _source
Microsoft.AspNetCore.Components (3)
NavigationManagerExtensions.cs (3)
217
_source
= new(name);
233
_source
= new(name, values, formatter);
242
_source
= new(name);
3 references to _source
Microsoft.AspNetCore.Components (3)
NavigationManagerExtensions.cs (3)
211
public string EncodedName =>
_source
.EncodedName;
249
if (
_source
.TryAppendNextParameter(ref builder))
262
builder.AppendParameter(
_source
.EncodedName, _encodedValue);