3 instantiations of DoctorCheckResponse
aspire (3)
Commands\DoctorCommand.cs (1)
69var response = new DoctorCheckResponse
JsonSourceGenerationContext.DoctorCheckResponse.g.cs (1)
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] },
Mcp\DoctorTool.cs (1)
47var response = new DoctorCheckResponse
25 references to DoctorCheckResponse
aspire (25)
Commands\DoctorCommand.cs (1)
69var response = new DoctorCheckResponse
JsonSourceGenerationContext.cs (1)
16[JsonSerializable(typeof(DoctorCheckResponse))]
JsonSourceGenerationContext.DoctorCheckResponse.g.cs (21)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse>? _DoctorCheckResponse; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse> DoctorCheckResponse 22get => _DoctorCheckResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse> Create_DoctorCheckResponse(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse> 35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse>(options, objectInfo); 56DeclaringType = typeof(global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse), 58Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)obj).Checks, 59Setter = static (obj, value) => ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)obj).Checks = value!, 66AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse).GetProperty("Checks", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Utils.EnvironmentChecker.EnvironmentCheckResult>), global::System.Array.Empty<global::System.Type>(), null), 79DeclaringType = typeof(global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse), 81Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)obj).Summary, 82Setter = static (obj, value) => ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)obj).Summary = value!, 89AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse).GetProperty("Summary", InstanceMemberBindingFlags, null, typeof(global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckSummary), global::System.Array.Empty<global::System.Type>(), null), 102private void DoctorCheckResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse? value) 113ListEnvironmentCheckResultSerializeHandler(writer, ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)value).Checks); 115DoctorCheckSummarySerializeHandler(writer, ((global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse)value).Summary);
JsonSourceGenerationContext.GetJsonTypeInfo.g.cs (1)
34if (type == typeof(global::Aspire.Cli.Utils.EnvironmentChecker.DoctorCheckResponse))
Mcp\DoctorTool.cs (1)
47var response = new DoctorCheckResponse