2 instantiations of ResourceProperty
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3840private static readonly pb::MessageParser<ResourceProperty> _parser = new pb::MessageParser<ResourceProperty>(() => new ResourceProperty()); 3881return new ResourceProperty(this);
18 references to ResourceProperty
Aspire.Dashboard (18)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (16)
133new 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), 3835internal sealed partial class ResourceProperty : pb::IMessage<ResourceProperty> 3840private static readonly pb::MessageParser<ResourceProperty> _parser = new pb::MessageParser<ResourceProperty>(() => new ResourceProperty()); 3845public static pb::MessageParser<ResourceProperty> Parser { get { return _parser; } } 3869public ResourceProperty(ResourceProperty other) : this() { 3880public ResourceProperty Clone() { 3979return Equals(other as ResourceProperty); 3984public bool Equals(ResourceProperty other) { 4096public void MergeFrom(ResourceProperty other) { 4372private 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); 4374private readonly pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.ResourceProperty> properties_ = new pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.ResourceProperty>(); 4385public pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.ResourceProperty> Properties {
ResourceService\Partials.cs (2)
135private ImmutableDictionary<string, ResourcePropertyViewModel> CreatePropertyViewModels(RepeatedField<ResourceProperty> properties, IKnownPropertyLookup knownPropertyLookup, ILogger logger) 139foreach (var property in properties)