1 instantiation of GlobalJsonTestNode
Microsoft.DotNet.Cli.Definitions (1)
_generated\1\GlobalJsonSerializerContext.GlobalJsonTestNode.g.cs (1)
33
ObjectCreator = () => new global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
(),
21 references to GlobalJsonTestNode
Microsoft.DotNet.Cli.Definitions (21)
_generated\0\GlobalJsonSerializerContext.GlobalJsonModel.g.cs (3)
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.GlobalJsonModel).GetProperty("Test", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
>(options, info0);
_generated\1\GlobalJsonSerializerContext.GlobalJsonTestNode.g.cs (16)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
>? _GlobalJsonTestNode;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
> GlobalJsonTestNode
24
get => _GlobalJsonTestNode ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
> Create_GlobalJsonTestNode(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
> jsonTypeInfo))
31
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
>
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
),
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
)obj).RunnerName,
61
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
)obj).RunnerName = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
).GetProperty("RunnerName", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
80
private void GlobalJsonTestNodeSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
? value)
90
writer.WriteString(PropName_runner, ((global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
)value).RunnerName);
_generated\4\GlobalJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
28
if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.
GlobalJsonTestNode
))
Commands\Test\TestCommandDefinition.cs (1)
80
public
GlobalJsonTestNode
Test { get; set; } = null!;