4 writes to Checks
aspire (4)
Commands\DoctorCommand.cs (1)
71
Checks
= results.ToList(),
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] },
59
Setter = static (obj, value) => ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)obj).
Checks
= value!,
Mcp\DoctorTool.cs (1)
49
Checks
= results.ToList(),
2 references to Checks
aspire (2)
JsonSourceGenerationContext.DoctorCheckResponse.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)obj).
Checks
,
113
ListEnvironmentCheckResultSerializeHandler(writer, ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)value).
Checks
);