2 instantiations of UriBuffer
Microsoft.AspNetCore.Components (2)
Routing\RouteContext.cs (2)
24
new
UriBuffer
(stackalloc byte[path.Length]) :
25
new
UriBuffer
(path.Length);
1 reference to UriBuffer
Microsoft.AspNetCore.Components (1)
Routing\RouteContext.cs (1)
23
using
var
uriBuffer = path.Length < 128 ?