2 references to TryFastGenerateUrl
Microsoft.AspNetCore.Mvc.Core (2)
Routing\UrlHelperBase.cs (2)
123if (TryFastGenerateUrl(protocol, host, virtualPath, fragment, out var url)) 186if (TryFastGenerateUrl(protocol, host, path, fragment: null, out var url))