1 write to _builder
Microsoft.AspNetCore.Components (1)
NavigationManagerExtensions.cs (1)
116_builder = new(uriWithoutQueryStringAndHash.Length + additionalCapacity);
8 references to _builder
Microsoft.AspNetCore.Components (8)
NavigationManagerExtensions.cs (8)
112public string UriWithQueryString => _builder.ToString(); 117_builder.Append(uriWithoutQueryStringAndHash); 133_builder.Append('?'); 137_builder.Append('&'); 140_builder.Append(encodedName); 141_builder.Append('='); 142_builder.Append(encodedValue); 148_builder.Append(hash);