2 instantiations of Url
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2310private static readonly pb::MessageParser<Url> _parser = new pb::MessageParser<Url>(() => new Url()); 2350return new Url(this);
17 references to Url
Aspire.Dashboard (17)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (16)
128new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.Url), global::Aspire.ResourceService.Proto.V1.Url.Parser, new[]{ "EndpointName", "FullUrl", "IsInternal", "IsInactive", "DisplayProperties" }, new[]{ "EndpointName" }, null, null, null), 2305internal sealed partial class Url : pb::IMessage<Url> 2310private static readonly pb::MessageParser<Url> _parser = new pb::MessageParser<Url>(() => new Url()); 2314public static pb::MessageParser<Url> Parser { get { return _parser; } } 2338public Url(Url other) : this() { 2349public Url Clone() { 2447return Equals(other as Url); 2452public bool Equals(Url other) { 2577public void MergeFrom(Url other) { 4391private static readonly pb::FieldCodec<global::Aspire.ResourceService.Proto.V1.Url> _repeated_urls_codec 4392= pb::FieldCodec.ForMessage(106, global::Aspire.ResourceService.Proto.V1.Url.Parser); 4393private readonly pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.Url> urls_ = new pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.Url>(); 4399public pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.Url> Urls {
ResourceService\Partials.cs (1)
82static string TranslateKnownUrlName(Url url)