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