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