2 instantiations of Url
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2310
private static readonly pb::MessageParser<Url> _parser = new pb::MessageParser<Url>(() => new
Url
());
2350
return new
Url
(this);
17 references to Url
Aspire.Dashboard (17)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (16)
128
new 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),
2305
internal sealed partial class Url : pb::IMessage<
Url
>
2310
private static readonly pb::MessageParser<
Url
> _parser = new pb::MessageParser<
Url
>(() => new Url());
2314
public static pb::MessageParser<
Url
> Parser { get { return _parser; } }
2338
public Url(
Url
other) : this() {
2349
public
Url
Clone() {
2447
return Equals(other as
Url
);
2452
public bool Equals(
Url
other) {
2577
public void MergeFrom(
Url
other) {
4391
private 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);
4393
private readonly pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
Url
> urls_ = new pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
Url
>();
4399
public pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
Url
> Urls {
ResourceService\Partials.cs (1)
82
static string TranslateKnownUrlName(
Url
url)