4 writes to Summary
aspire (4)
Commands\DoctorCommand.cs (1)
72Summary = new DoctorCheckSummary
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] }, 82Setter = static (obj, value) => ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)obj).Summary = value!,
Mcp\DoctorTool.cs (1)
50Summary = new DoctorCheckSummary
2 references to Summary
aspire (2)
JsonSourceGenerationContext.DoctorCheckResponse.g.cs (2)
81Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)obj).Summary, 115DoctorCheckSummarySerializeHandler(writer, ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)value).Summary);