3 writes to IsSensitive
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4113IsSensitive = other.IsSensitive; 4188IsSensitive = input.ReadBool();
Dashboard\proto\Partials.cs (1)
73resource.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)
3994if (IsSensitive != other.IsSensitive) return false; 4005if (HasIsSensitive) hash ^= IsSensitive.GetHashCode(); 4064output.WriteBool(IsSensitive); 4113IsSensitive = other.IsSensitive;