1 instantiation of GetRunCommand
dotnet (1)
_generated\21\RunFileApiJsonSerializerContext.GetRunCommand.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
(){ EntryPointFileFullPath = (string)args[0] },
26 references to GetRunCommand
dotnet (26)
_generated\21\RunFileApiJsonSerializerContext.GetRunCommand.g.cs (23)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
>? _GetRunCommand;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
> GetRunCommand
22
get => _GetRunCommand ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
> Create_GetRunCommand(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
),
58
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
)obj).ArtifactsPath,
59
Setter = static (obj, value) => __set_GetRunCommand_ArtifactsPath((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
)obj, value!),
66
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
).GetProperty("ArtifactsPath", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
76
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
),
78
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
)obj).EntryPointFileFullPath,
79
Setter = static (obj, value) => __set_GetRunCommand_EntryPointFileFullPath((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
)obj, value!),
86
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
).GetProperty("EntryPointFileFullPath", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
99
private void GetRunCommandSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
? value)
109
writer.WriteString(PropName_ArtifactsPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
)value).ArtifactsPath);
110
writer.WriteString(PropName_EntryPointFileFullPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
)value).EntryPointFileFullPath);
128
private static extern void __set_GetRunCommand_ArtifactsPath(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
obj, string value);
130
private static extern void __set_GetRunCommand_EntryPointFileFullPath(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
obj, string value);
_generated\33\RunFileApiJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
38
if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.
GetRunCommand
))
Commands\Run\Api\RunApiCommand.cs (2)
54
[JsonDerivedType(typeof(
GetRunCommand
), nameof(
GetRunCommand
))]