3 writes to IsSensitive
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4113
IsSensitive
= other.IsSensitive;
4188
IsSensitive
= input.ReadBool();
Dashboard\proto\Partials.cs (1)
73
resource.Properties.Add(new ResourceProperty { Name = property.Name, Value = property.Value,
IsSensitive
= property.IsSensitive });
5 references to IsSensitive
Aspire.Hosting (5)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (5)
3994
if (
IsSensitive
!= other.
IsSensitive
) return false;
4005
if (HasIsSensitive) hash ^=
IsSensitive
.GetHashCode();
4064
output.WriteBool(
IsSensitive
);
4113
IsSensitive = other.
IsSensitive
;