4 writes to _encodedValue
Microsoft.AspNetCore.Components (4)
NavigationManagerExtensions.cs (4)
218
_encodedValue
= default;
234
_encodedValue
= default;
243
_encodedValue
= Uri.EscapeDataString(formattedValue!);
263
_encodedValue
= null;
2 references to _encodedValue
Microsoft.AspNetCore.Components (2)
NavigationManagerExtensions.cs (2)
260
if (
_encodedValue
is not null)
262
builder.AppendParameter(_source.EncodedName,
_encodedValue
);