3 writes to IsFromSpec
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
2233IsFromSpec = other.IsFromSpec; 2294IsFromSpec = input.ReadBool();
Dashboard\proto\Partials.cs (1)
41resource.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)
2132if (IsFromSpec != other.IsFromSpec) return false; 2142if (IsFromSpec != false) hash ^= IsFromSpec.GetHashCode(); 2191if (IsFromSpec != false) { 2193output.WriteBool(IsFromSpec); 2211if (IsFromSpec != false) { 2232if (other.IsFromSpec != false) { 2233IsFromSpec = other.IsFromSpec;