4 writes to Checks
aspire (4)
Commands\DoctorCommand.cs (1)
71Checks = results.ToList(),
JsonSourceGenerationContext.DoctorCheckResponse.g.cs (2)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse(){ Checks = (global::System.Collections.Generic.List<global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckResult>)args[0], Summary = (global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckSummary)args[1] }, 59Setter = static (obj, value) => ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)obj).Checks = value!,
Mcp\DoctorTool.cs (1)
49Checks = results.ToList(),
2 references to Checks
aspire (2)
JsonSourceGenerationContext.DoctorCheckResponse.g.cs (2)
58Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)obj).Checks, 113ListEnvironmentCheckResultSerializeHandler(writer, ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)value).Checks);