3 instantiations of ResourceProperty
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3840
private static readonly pb::MessageParser<ResourceProperty> _parser = new pb::MessageParser<ResourceProperty>(() => new
ResourceProperty
());
3881
return new
ResourceProperty
(this);
Dashboard\proto\Partials.cs (1)
73
resource.Properties.Add(new
ResourceProperty
{ Name = property.Name, Value = property.Value, IsSensitive = property.IsSensitive });
16 references to ResourceProperty
Aspire.Hosting (16)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (16)
133
new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.
ResourceProperty
), global::Aspire.ResourceService.Proto.V1.
ResourceProperty
.Parser, new[]{ "Name", "DisplayName", "Value", "IsSensitive" }, new[]{ "DisplayName", "IsSensitive" }, null, null, null),
3835
internal sealed partial class ResourceProperty : pb::IMessage<
ResourceProperty
>
3840
private static readonly pb::MessageParser<
ResourceProperty
> _parser = new pb::MessageParser<
ResourceProperty
>(() => new ResourceProperty());
3845
public static pb::MessageParser<
ResourceProperty
> Parser { get { return _parser; } }
3869
public ResourceProperty(
ResourceProperty
other) : this() {
3880
public
ResourceProperty
Clone() {
3979
return Equals(other as
ResourceProperty
);
3984
public bool Equals(
ResourceProperty
other) {
4096
public void MergeFrom(
ResourceProperty
other) {
4372
private static readonly pb::FieldCodec<global::Aspire.ResourceService.Proto.V1.
ResourceProperty
> _repeated_properties_codec
4373
= pb::FieldCodec.ForMessage(98, global::Aspire.ResourceService.Proto.V1.
ResourceProperty
.Parser);
4374
private readonly pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
ResourceProperty
> properties_ = new pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
ResourceProperty
>();
4385
public pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
ResourceProperty
> Properties {