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