3 writes to IsFromSpec
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2233
IsFromSpec
= other.IsFromSpec;
2294
IsFromSpec
= input.ReadBool();
Dashboard\proto\Partials.cs (1)
41
resource.Environment.Add(new EnvironmentVariable { Name = env.Name, Value = env.Value ?? "",
IsFromSpec
= env.IsFromSpec });
9 references to IsFromSpec
Aspire.Hosting (9)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (9)
2132
if (
IsFromSpec
!= other.
IsFromSpec
) return false;
2142
if (
IsFromSpec
!= false) hash ^=
IsFromSpec
.GetHashCode();
2191
if (
IsFromSpec
!= false) {
2193
output.WriteBool(
IsFromSpec
);
2211
if (
IsFromSpec
!= false) {
2232
if (other.
IsFromSpec
!= false) {
2233
IsFromSpec = other.
IsFromSpec
;