2 writes to IsFromSpec
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2233IsFromSpec = other.IsFromSpec; 2294IsFromSpec = input.ReadBool();
10 references to IsFromSpec
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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;
ResourceService\Partials.cs (1)
69.Select(e => new EnvironmentVariableViewModel(e.Name, e.Value, e.IsFromSpec))