3 references to 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
());
3869
public ResourceProperty(ResourceProperty other) :
this
() {
Dashboard\proto\Partials.cs (1)
73
resource.Properties.Add(new
ResourceProperty
{ Name = property.Name, Value = property.Value, IsSensitive = property.IsSensitive });