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