1 instantiation of ContainerClientJson
aspire (1)
JsonSourceGenerationContext.ContainerClientJson.g.cs (1)
31
ObjectCreator = () => new global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
(),
27 references to ContainerClientJson
aspire (27)
JsonSourceGenerationContext.ContainerClientJson.g.cs (21)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
>? _ContainerClientJson;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
> ContainerClientJson
22
get => _ContainerClientJson ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
> Create_ContainerClientJson(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
).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.
ContainerClientJson
>(options, objectInfo);
56
DeclaringType = typeof(global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
),
58
Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
)obj).Version,
59
Setter = static (obj, value) => ((global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
)obj).Version = value!,
66
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
).GetProperty("Version", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
76
DeclaringType = typeof(global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
),
78
Getter = static obj => ((global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
)obj).Context,
79
Setter = static (obj, value) => ((global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
)obj).Context = value!,
86
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
).GetProperty("Context", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
96
private void ContainerClientJsonSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
? value)
106
string __value_Version = ((global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
)value).Version;
111
string __value_Context = ((global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
)value).Context;
JsonSourceGenerationContext.ContainerVersionJson.g.cs (4)
51
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
>
66
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Utils.EnvironmentChecker.ContainerVersionJson).GetProperty("Client", InstanceMemberBindingFlags, null, typeof(global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
), global::System.Array.Empty<global::System.Type>(), null),
69
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
>(options, info0);
106
global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
__value_Client = ((global::Aspire.Cli.Utils.EnvironmentChecker.ContainerVersionJson)value).Client;
JsonSourceGenerationContext.GetJsonTypeInfo.g.cs (1)
62
if (type == typeof(global::Aspire.Cli.Utils.EnvironmentChecker.
ContainerClientJson
))
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (1)
542
public
ContainerClientJson
? Client { get; set; }