3 references to Url
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2310
private static readonly pb::MessageParser<Url> _parser = new pb::MessageParser<Url>(() => new
Url
());
2338
public Url(Url other) :
this
() {
Dashboard\proto\Partials.cs (1)
46
var url = new
Url
{ EndpointName = urlSnapshot.Name ?? "", FullUrl = urlSnapshot.Url, IsInternal = urlSnapshot.IsInternal, IsInactive = urlSnapshot.IsInactive };