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