2 instantiations of ResourceProperty
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3840
private static readonly pb::MessageParser<ResourceProperty> _parser = new pb::MessageParser<ResourceProperty>(() => new
ResourceProperty
());
3881
return new
ResourceProperty
(this);
18 references to ResourceProperty
Aspire.Dashboard (18)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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 {
ResourceService\Partials.cs (2)
135
private ImmutableDictionary<string, ResourcePropertyViewModel> CreatePropertyViewModels(RepeatedField<
ResourceProperty
> properties, IKnownPropertyLookup knownPropertyLookup, ILogger logger)
139
foreach (
var
property in properties)